change default client keepslive timeout to 20 seconds
This commit is contained in:
parent
8890cc75db
commit
475f11f1c8
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ int font_scaled(int size)
|
|||
|
||||
int keepalive_timeout()
|
||||
{
|
||||
return prefs["keepalive_timeout"].to_int(10);
|
||||
return prefs["keepalive_timeout"].to_int(20);
|
||||
}
|
||||
|
||||
void keepalive_timeout(int seconds)
|
||||
|
|
Loading…
Add table
Reference in a new issue