Rename variable (matrix_hookshot_feeds_interval -> matrix_hookshot_feeds_pollIntervalSeconds)
This is more consistent with how we name variables. It's also less confusing, especially given that we have `matrix_hookshot_feeds_pollTimeoutSeconds` as well.
This commit is contained in:
@ -129,8 +129,7 @@ matrix_hookshot_generic_user_id_prefix: '_webhooks_'
|
||||
|
||||
|
||||
matrix_hookshot_feeds_enabled: true
|
||||
# polling interval in seconds
|
||||
matrix_hookshot_feeds_interval: 600
|
||||
matrix_hookshot_feeds_pollIntervalSeconds: 600
|
||||
matrix_hookshot_feeds_pollTimeoutSeconds: 10
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user