Skip to main content

binary_option_tools_core/
contstants.rs

1pub const MAX_CHANNEL_CAPACITY: usize = 8;
2pub const RECONNECT_CALLBACK: u64 = 1;
3pub const TIMOUT_TIME: u64 = 16;
4pub const POCKET_CALLBACK_TIME: u64 = 4;