double time before restarting
All checks were successful
Upload release / build (push) Successful in 1m4s
All checks were successful
Upload release / build (push) Successful in 1m4s
This commit is contained in:
parent
4dd5fd95fe
commit
18812a891b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function check_idle()
|
|||
|
||||
print("No activity detected, restart replay buffer")
|
||||
obs.obs_frontend_replay_buffer_stop()
|
||||
obs.timer_add(start_replay_buffer, 2000)
|
||||
obs.timer_add(start_replay_buffer, 4000)
|
||||
else
|
||||
obs.timer_add(check_idle, idle_time * 1000)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue