Skip to content

Commit ae194f1

Browse files
committed
ok
1 parent 6053afd commit ae194f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/license/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rYkvvI03zIky72PmCGkO4wNLAFfuegzmzbS4CojSGVhDlxKJrBKott9R4oXAq5mH
2222
hN7p5ZRyK6zpDDh0marsKEsCAwEAAQ==
2323
-----END PUBLIC KEY-----"#;
2424

25-
const GRACE_PERIOD: Duration = Duration::from_secs(24 * 60 * 60); // 1 day
25+
const GRACE_PERIOD: Duration = Duration::from_secs(24 * 60 * 60); // 24 hours
2626

2727
#[derive(Deserialize)]
2828
struct LicenseFile {

0 commit comments

Comments
 (0)