summaryrefslogtreecommitdiff
path: root/lua/99/consts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/99/consts.lua')
-rw-r--r--lua/99/consts.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/99/consts.lua b/lua/99/consts.lua
new file mode 100644
index 0000000..4763a6a
--- /dev/null
+++ b/lua/99/consts.lua
@@ -0,0 +1,6 @@
+return {
+ show_in_flight_requests_loop_time = 1000,
+ throbber_throb_time = 1200,
+ throbber_cooldown_time = 100,
+ throbber_tick_time = 100,
+}