diff --git a/src/main/resources/loading/index.html b/src/main/resources/loading/index.html index eaf7ee1b..f13c3202 100644 --- a/src/main/resources/loading/index.html +++ b/src/main/resources/loading/index.html @@ -2,7 +2,7 @@ <head> <title>Loading...</title> <script> - setTimeout(window.location.reload.bind(window.location), 1); + setTimeout(window.location.reload.bind(window.location), 2500); </script> <style> body {