Skip to content

Commit 2f081e8

Browse files
committed
Up to 10 min
1 parent 0e65d59 commit 2f081e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/flipper/cloud/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def setup_sync(options)
206206
# 5 minutes for webhook, 10 seconds for poll. If using webhooks we don't
207207
# need to sync as often but we should still sync occasionally to avoid
208208
# any chance of stale data.
209-
default_interval = sync_method == :webhook ? 300 : 10
209+
default_interval = sync_method == :webhook ? 600 : 10
210210
set_option :sync_interval, options, default: default_interval, typecast: :float, minimum: 10
211211
end
212212

0 commit comments

Comments
 (0)