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: src/config.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -155,10 +155,10 @@ pub struct BuilderConfig {
155
155
)]
156
156
pubmax_host_gas_coefficient:Option<u8>,
157
157
158
-
/// Number of seconds before the end of the slot to stop querying for new blocks
158
+
/// Number of milliseconds before the end of the slot to stop querying for new blocks and start the block signing and submission process.
159
159
#[from_env(
160
160
var = "BLOCK_QUERY_CUTOFF_BUFFER",
161
-
desc = "Number of milliseconds before the end of the slot to stop querying for new transactions and start the block signing and submission process",
161
+
desc = "Number of milliseconds before the end of the slot to stop querying for new transactions and start the block signing and submission process. Quincey will stop accepting signature requests 2000ms before the end of the slot, so this buffer should be no less than 2000ms to match.",
0 commit comments