bump last_ids
This commit is contained in:
committed by
Greg Fitzgerald
parent
00516e50a1
commit
7d1e074683
@ -28,7 +28,7 @@ use timing::duration_as_us;
|
|||||||
/// but requires clients to update its `last_id` more frequently. Raising the value
|
/// but requires clients to update its `last_id` more frequently. Raising the value
|
||||||
/// lengthens the time a client must wait to be certain a missing transaction will
|
/// lengthens the time a client must wait to be certain a missing transaction will
|
||||||
/// not be processed by the network.
|
/// not be processed by the network.
|
||||||
pub const MAX_ENTRY_IDS: usize = 1024 * 4;
|
pub const MAX_ENTRY_IDS: usize = 1024 * 16;
|
||||||
|
|
||||||
/// Reasons a transaction might be rejected.
|
/// Reasons a transaction might be rejected.
|
||||||
#[derive(Debug, PartialEq, Eq)]
|
#[derive(Debug, PartialEq, Eq)]
|
||||||
|
Reference in New Issue
Block a user