Files changed (1) hide show
  1. REBOOT.md +18 -0
REBOOT.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **The leaderboard often hangs up for a few days at a time.**
2
+
3
+ ***It would be nice if people can somehow indicate when it's stuck.***
4
+
5
+
6
+ *People could print out their unix time & timezone with:*
7
+
8
+ ```bash
9
+ date +%s%z
10
+ ```
11
+
12
+ <table>
13
+
14
+ | Unix timestamp: *date +%s%z* | Why a reboot is needed | Username |
15
+ |----------|-------------|------|
16
+ | 1707318111-0500| stuck for 5 days | @nisten |
17
+ | next timestamp | next time | next user |
18
+ </table>