shithub: orca

Download patch

ref: 7974b7e24165b3fa2f4673f669686b82b9110bd8
parent: cd5452d708b1dc1fd21dae823a35a41e6daa8579
author: cancel <cancel@cancel.fm>
date: Fri Dec 7 18:05:33 EST 2018

Tweak timing

--- a/tui_main.c
+++ b/tui_main.c
@@ -879,7 +879,7 @@
       } else if (secs_to_d < ms_to_sec(3.0)) {
         new_timeout = 1;
       } else if (secs_to_d < ms_to_sec(10.0)) {
-        new_timeout = 5;
+        new_timeout = 1;
       } else if (secs_to_d < ms_to_sec(50.0)) {
         new_timeout = 10;
       } else {