Skip to content

Commit

Permalink
Remove sync interval from cloud config sync
Browse files Browse the repository at this point in the history
Its unused. Leftover from when this was interval synchronizer.
  • Loading branch information
jnunemaker committed Jul 21, 2023
1 parent 45ef4ab commit 41341b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/flipper/cloud/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def adapter(&block)
def sync
Flipper::Adapters::Sync::Synchronizer.new(local_adapter, http_adapter, {
instrumenter: instrumenter,
interval: sync_interval,
}).call
end

Expand Down

0 comments on commit 41341b5

Please sign in to comment.