todors 0.10.7

todo app with CLI, REST & gRPC interfaces
1
2
3
4
5
6
7
pub const DEFAULT_LOG_LEVEL: &str = "info";
pub const DEFAULT_PAGE_LIMIT: u32 = 10;
pub const DEFAULT_PAGE_HARD_LIMIT: u32 = 1000;
pub const DEFAULT_CREATE_BATCH_HARD_LIMIT: u32 = 1000;
pub const DEFAULT_METRICS_URI: &str = "/metrics";
pub const DEFAULT_METRICS_NAMESPACE: &str = "api";
pub const DEFAULT_DB_CONNECTION_POOL_SIZE: u32 = 5;