Skip to content

Commit

Permalink
Update session timeout value in worker.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi3691 committed Mar 28, 2024
1 parent e140ede commit 1fe8036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use tokio::time::{sleep, Duration};

use crate::fortinet;

const SLEEP_TIME: u64 = 10; // 10750
const SLEEP_TIME: u64 = 10700; // 10800 seconds is actual session timeout

pub async fn worker(
username: String,
Expand Down

0 comments on commit 1fe8036

Please sign in to comment.