diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-30 15:11:14 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-05-30 15:11:16 +0200 |
commit | 0c65f6372ee23413f749251ef076a366add74c61 (patch) | |
tree | 8c5b64c84ec0083b222f8263dc0c865aac9a67ba /src | |
parent | c633d67f627c23510681842f03522425db91fb91 (diff) |
Increase user ping timeout
Diffstat (limited to 'src')
-rw-r--r-- | src/UsersSidePanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UsersSidePanel.cpp b/src/UsersSidePanel.cpp index 3e078cd..bea11e5 100644 --- a/src/UsersSidePanel.cpp +++ b/src/UsersSidePanel.cpp @@ -22,7 +22,7 @@ namespace dchat const float AVATAR_DIAMETER = 40.0f; const float AVATAR_PADDING_SIDE = 10.0f; const float PADDING_BOTTOM = 20.0f; - const i64 USER_TIMEOUT_SEC = 10; + const i64 USER_TIMEOUT_SEC = 25; static void renderUser(Cache &cache, User *user, sf::Shader *circleShader, sf::RenderWindow &window, sf::Vector2f &position, const sf::Font *font, const float textHeight, bool isUserOnline) { |