summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fish.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish.lua b/fish.lua
index 4fa2eae..576a791 100644
--- a/fish.lua
+++ b/fish.lua
@@ -19,5 +19,5 @@ while true do
os.sleep()
end
-os.sleep(0.3)
+os.sleep(0.5)
end