Added images, removed debug sleep

This commit is contained in:
Magnus Åhall 2026-07-16 09:21:20 +02:00
parent 47c4c99b66
commit 95f403c97c
7 changed files with 262 additions and 3 deletions

View file

@ -287,9 +287,6 @@ func pageSync(w http.ResponseWriter, r *http.Request) { // {{{
} // }}}
func actionSyncFromServer(w http.ResponseWriter, r *http.Request) { // {{{
// XXX - DELETE ME!
time.Sleep(time.Millisecond * 200)
// The purpose of the Client UUID is to avoid
// sending nodes back once again to a client that
// just created or modified it.