Skip to content

Commit a797703

Browse files
committed
Reduce sync timeout
1 parent 9716226 commit a797703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microbot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub use command::{CommandArgs, CommandFn, CommandHandler};
3434
mod context;
3535
mod message;
3636

37-
const SYNC_CALL_TIMEOUT: u64 = 15;
37+
const SYNC_CALL_TIMEOUT: u64 = 5;
3838
const MESSAGE_AGE_LIMIT: u32 = 30_000;
3939

4040
#[derive(Debug, Error)]

0 commit comments

Comments
 (0)