mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Improve logging and metrics for block publication (#5699)
* Improve logging and metrics for block publication * Add better buckets * Bump SQL connection timeout for tests.
This commit is contained in:
@@ -23,7 +23,7 @@ pub const POOL_SIZE: u32 = 1;
|
||||
#[cfg(not(test))]
|
||||
pub const CONNECTION_TIMEOUT: Duration = Duration::from_secs(5);
|
||||
#[cfg(test)]
|
||||
pub const CONNECTION_TIMEOUT: Duration = Duration::from_millis(500);
|
||||
pub const CONNECTION_TIMEOUT: Duration = Duration::from_secs(1);
|
||||
|
||||
/// Supported version of the interchange format.
|
||||
pub const SUPPORTED_INTERCHANGE_FORMAT_VERSION: u64 = 5;
|
||||
|
||||
Reference in New Issue
Block a user