A backend for the p≡p Engine built on Sequoia.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- // Maximum busy wait time.
- pub const BUSY_WAIT_TIME: std::time::Duration = std::time::Duration::from_secs(5);
-
- // The location of the keys DB relative to the user's home directory.
- pub const KEYS_DB: &[ &str ] = &[ "keys.db" ];
-
|