There was an error while loading. Please reload this page.
1 parent 9478828 commit 5ce0a04Copy full SHA for 5ce0a04
rust/src/metadata.rs
@@ -25,7 +25,7 @@ use serde::{Deserialize, Serialize};
25
use crate::files::get_cache_folder;
26
27
const METADATA_FILE: &str = "selenium-manager.json";
28
-const TTL_BROWSERS_SEC: u64 = 3600;
+const TTL_BROWSERS_SEC: u64 = 0;
29
const TTL_DRIVERS_SEC: u64 = 86400;
30
31
#[derive(Serialize, Deserialize)]
0 commit comments