mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
@@ -36,7 +36,7 @@ use {futures::channel::oneshot, std::cell::RefCell};
|
|||||||
|
|
||||||
pub use task_executor::test_utils::null_logger;
|
pub use task_executor::test_utils::null_logger;
|
||||||
|
|
||||||
const LOG_CHANNEL_SIZE: usize = 2048;
|
const LOG_CHANNEL_SIZE: usize = 16384;
|
||||||
const SSE_LOG_CHANNEL_SIZE: usize = 2048;
|
const SSE_LOG_CHANNEL_SIZE: usize = 2048;
|
||||||
/// The maximum time in seconds the client will wait for all internal tasks to shutdown.
|
/// The maximum time in seconds the client will wait for all internal tasks to shutdown.
|
||||||
const MAXIMUM_SHUTDOWN_TIME: u64 = 15;
|
const MAXIMUM_SHUTDOWN_TIME: u64 = 15;
|
||||||
|
|||||||
Reference in New Issue
Block a user