Skip to content

Commit

Permalink
Fix refresh rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kioubit committed Mar 9, 2023
1 parent d795eaf commit 2e9e8e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions http.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,9 @@ func streamServer() {
}
}
}
time.Sleep(400 * time.Millisecond)
}
clientMutex.RUnlock()
time.Sleep(10 * time.Millisecond)
time.Sleep(500 * time.Millisecond)
}
}

Expand Down

0 comments on commit 2e9e8e2

Please sign in to comment.