diff --git a/README.md b/README.md index 729221d..89c0e69 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,8 @@ sqlite3 ./data.sqlite sqlite> INSERT INTO worker (name, token) VALUES ("name", "secret_token"); sqlite> .exit ``` + +## Further improvements +- Scrape actual queue waiting times + - Use a bot that rejoins all the time when it completed the queue + - Reports the time that it actually took to join the server to the master diff --git a/static/index.html b/static/index.html index 3b5fe61..eb7fbe3 100644 --- a/static/index.html +++ b/static/index.html @@ -11,9 +11,9 @@ - - - + + +
@@ -26,7 +26,7 @@ - +