We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6053afd commit ae194f1Copy full SHA for ae194f1
1 file changed
crates/license/src/lib.rs
@@ -22,7 +22,7 @@ rYkvvI03zIky72PmCGkO4wNLAFfuegzmzbS4CojSGVhDlxKJrBKott9R4oXAq5mH
22
hN7p5ZRyK6zpDDh0marsKEsCAwEAAQ==
23
-----END PUBLIC KEY-----"#;
24
25
-const GRACE_PERIOD: Duration = Duration::from_secs(24 * 60 * 60); // 1 day
+const GRACE_PERIOD: Duration = Duration::from_secs(24 * 60 * 60); // 24 hours
26
27
#[derive(Deserialize)]
28
struct LicenseFile {
0 commit comments