Skip to content

Commit

Permalink
[rust] Disable TTL for browsers in Selenium Manager (#11209) (#11278)
Browse files Browse the repository at this point in the history
Closes #11209
  • Loading branch information
bonigarcia committed Nov 17, 2022
1 parent 9478828 commit 5ce0a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use serde::{Deserialize, Serialize};
use crate::files::get_cache_folder;

const METADATA_FILE: &str = "selenium-manager.json";
const TTL_BROWSERS_SEC: u64 = 3600;
const TTL_BROWSERS_SEC: u64 = 0;
const TTL_DRIVERS_SEC: u64 = 86400;

#[derive(Serialize, Deserialize)]
Expand Down

0 comments on commit 5ce0a04

Please sign in to comment.