Skip to content

Commit 200c44f

Browse files
committed
bf period
1 parent 428af14 commit 200c44f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

splitio/impressions/builder.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ import (
2020
const (
2121
bfExpectedElemenets = 10000000
2222
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
2828
impressionsBulkSizeRedis = 100
2929
)
3030

splitio/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package splitio
22

33
// Version contains a string with the split sdk version
4-
const Version = "6.7.0"
4+
const Version = "6.7.1-rc.1"

0 commit comments

Comments
 (0)