From 41341b5909ff0e4847dfcaaac607cfadf0815dba Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Mon, 17 Jul 2023 14:46:37 -0400 Subject: [PATCH] Remove sync interval from cloud config sync Its unused. Leftover from when this was interval synchronizer. --- lib/flipper/cloud/configuration.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/flipper/cloud/configuration.rb b/lib/flipper/cloud/configuration.rb index 47a5eab10..f02ffdc65 100644 --- a/lib/flipper/cloud/configuration.rb +++ b/lib/flipper/cloud/configuration.rb @@ -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