From f39e75616ce1963906daf8df443e5096ead30995 Mon Sep 17 00:00:00 2001 From: luukas Date: Thu, 16 Jun 2022 02:37:53 +0300 Subject: [PATCH] Use an exponential backoff algorhithm. https://stackoverflow.com/a/37038217/15388424 --- app/frontend/templates/base.html | 34 +++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html index 6d8c7332..eba6c2e8 100755 --- a/app/frontend/templates/base.html +++ b/app/frontend/templates/base.html @@ -163,6 +163,27 @@