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 (
2020const  (
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
Original file line number Diff line number Diff line change 11package  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 " 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments