make empty session interval 10 seconds again

This commit is contained in:
2025-04-08 17:27:28 +01:00
parent 861ebe97d6
commit 1aebc6b17c
+1 -1
View File
@@ -6,7 +6,7 @@ use windows::Win32::{
System::Threading::{OpenProcess, PROCESS_SUSPEND_RESUME},
};
pub const INTERVAL: Duration = Duration::from_secs(8);
pub const INTERVAL: Duration = Duration::from_secs(10);
const ENHANCED: &str = "GTA5_Enhanced.exe";
const LEGACY: &str = "GTA5.exe";