You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-01 20:26:56 +03:00
Upgrade chrono and replace deprecated methods usage
This commit is contained in:
@ -22,7 +22,7 @@ use serde_with::serde_as;
|
||||
use crate::ConfigurationSection;
|
||||
|
||||
fn default_token_ttl() -> Duration {
|
||||
Duration::minutes(5)
|
||||
Duration::microseconds(5 * 60 * 1000 * 1000)
|
||||
}
|
||||
|
||||
/// Configuration sections for experimental options
|
||||
|
Reference in New Issue
Block a user