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 b83e35c commit 15e4d06Copy full SHA for 15e4d06
lib/flagsmith/sdk/analytics_processor.rb
@@ -33,7 +33,7 @@ def flush
33
34
def track_feature(feature_name)
35
@analytics_data[feature_name] = @analytics_data.fetch(feature_name, 0) + 1
36
- flush if (Time.now - @last_flushed) > TIMER * 1000
+ flush if (Time.now - @last_flushed) > TIMER
37
end
38
39
0 commit comments