+2
-2
ufos/src/consumer.rs
+2
-2
ufos/src/consumer.rs
···pub const MAX_BATCHED_COLLECTIONS: usize = 64; // hard limit, MAX_BATCHED_RECORDS applies per-collectionpub const MAX_BATCH_SPAN_SECS: f64 = 60.; // hard limit, pause consumer if we're unable to send by now-pub const SEND_TIMEOUT_S: f64 = 15.; // if the channel is blocked longer than this, something is probably up
···pub const MAX_BATCHED_COLLECTIONS: usize = 64; // hard limit, MAX_BATCHED_RECORDS applies per-collectionpub const MAX_BATCH_SPAN_SECS: f64 = 60.; // hard limit, pause consumer if we're unable to send by now+pub const SEND_TIMEOUT_S: f64 = 150.; // if the channel is blocked longer than this, something is probably up+pub const BATCH_QUEUE_SIZE: usize = 64; // used to be 1, but sometimes inserts are just really slow????????
+2
-2
ufos/src/storage.rs
+2
-2
ufos/src/storage.rs
···
···