From 0c65f6372ee23413f749251ef076a366add74c61 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 30 May 2018 15:11:14 +0200 Subject: Increase user ping timeout --- src/UsersSidePanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UsersSidePanel.cpp') 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) { -- cgit v1.2.3