You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: splitio/producer/conf/sections.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ type AdvancedSync struct {
70
70
EventsPostConcurrencyint`json:"eventsPostConcurrency" s-cli:"events-post-concurrency" s-def:"0" s-desc:"#concurrent imp post threads"`
71
71
EventsPostSizeint`json:"eventsPostSize" s-cli:"events-post-size" s-def:"0" s-desc:"Max #impressions to send per POST"`
72
72
EventsAccumWaitMsint64`json:"eventsAccumWaitMs" s-cli:"events-accum-wait-ms" s-def:"0" s-desc:"Max ms to wait to close an events bulk"`
73
-
UniqueKeysFetchSizeint64`json:"uniqueKeysFetchSize" s-cli:"unique-keys-fetch-size" s-def:"0" s-desc:"How many unique keys to pop from storage at once"`
73
+
UniqueKeysFetchSizeint64`json:"uniqueKeysFetchSize" s-cli:"unique-keys-fetch-size" s-def:"1000" s-desc:"How many unique keys to pop from storage at once"`
74
74
UniqueKeysProcessConcurrencyint`json:"uniqueKeysProcessConcurrency" s-cli:"unique-keys-process-concurrency" s-def:"0" s-desc:"#Threads for processing uniques"`
75
75
UniqueKeysProcessBatchSizeint`json:"uniqueKeysProcessBatchSize" s-cli:"unique-keys-process-batch-size" s-def:"0" s-desc:"Size of uniques processing batchs"`
76
76
UniqueKeysPostConcurrencyint`json:"uniqueKeysPostConcurrency" s-cli:"unique-keys-post-concurrency" s-def:"0" s-desc:"#concurrent uniques post threads"`
0 commit comments