Skip to content

Commit 14f18df

Browse files
committed
Bump MESSAGE_NEED_TTL
1 parent e95244d commit 14f18df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/base.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,8 @@ impl SyncInfo {
14771477
}
14781478
}
14791479

1480-
static MESSAGE_NEED_TTL: u8 = 10;
1480+
static MESSAGE_NEED_TTL: u8 = 30;
1481+
14811482
#[derive(Debug, PartialEq)]
14821483
/// Load messages until the event is loaded or `ttl` loads are exceeded
14831484
pub struct MessageNeed {

0 commit comments

Comments
 (0)