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.
2 parents 4523496 + 472b86d commit 58ba907Copy full SHA for 58ba907
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