aboutsummaryrefslogtreecommitdiffstats
path: root/js/arrows.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/arrows.js')
-rw-r--r--js/arrows.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/arrows.js b/js/arrows.js
index a23af87..ec7352c 100644
--- a/js/arrows.js
+++ b/js/arrows.js
@@ -4,7 +4,7 @@ arrows = [];
const minSpeed = 3;
const maxSpeed = 8;
const delay = 1500;
-const lifetime = 25000;
+const lifetime = 20000;
function make_arrow() {
const svg = document.getElementById("protoarrow").cloneNode();