We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4523496 commit 472b86dCopy full SHA for 472b86d
lib/flagsmith.rb
@@ -104,7 +104,7 @@ def load_offline_handler
104
def environment_data_polling_manager
105
return nil unless @config.local_evaluation?
106
107
- update_environment
+ update_environment if @environment_data_polling_manager.nil?
108
109
@environment_data_polling_manager ||= Flagsmith::EnvironmentDataPollingManager.new(
110
self, environment_refresh_interval_seconds
0 commit comments