File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ import (
20
20
const (
21
21
bfExpectedElemenets = 10000000
22
22
bfFalsePositiveProbability = 0.01
23
- bfCleaningPeriod = 86400 // 24 hours
24
- uniqueKeysPeriodTaskInMemory = 900 // 15 min
25
- uniqueKeysPeriodTaskRedis = 300 // 5 min
26
- impressionsCountPeriodTaskInMemory = 1800 // 30 min
27
- impressionsCountPeriodTaskRedis = 300 // 5 min
23
+ bfCleaningPeriod = 900 // 24 hours
24
+ uniqueKeysPeriodTaskInMemory = 900 // 15 min
25
+ uniqueKeysPeriodTaskRedis = 300 // 5 min
26
+ impressionsCountPeriodTaskInMemory = 1800 // 30 min
27
+ impressionsCountPeriodTaskRedis = 300 // 5 min
28
28
impressionsBulkSizeRedis = 100
29
29
)
30
30
Original file line number Diff line number Diff line change 1
1
package splitio
2
2
3
3
// Version contains a string with the split sdk version
4
- const Version = "6.7.0 "
4
+ const Version = "6.7.1-rc.1 "
You can’t perform that action at this time.
0 commit comments