mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kio: lower the idle slaves life-time to 1 minute
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ea98009a53
commit
550ed43ba7
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
|||
|
||||
#include <assert.h>
|
||||
|
||||
// Slaves may be idle for a certain time (3 minutes) before they are killed.
|
||||
static const int s_idleSlaveLifetime = 3 * 60;
|
||||
// Slaves may be idle for a certain time (1 minute) before they are killed.
|
||||
static const int s_idleSlaveLifetime = 1 * 60;
|
||||
|
||||
|
||||
using namespace KIO;
|
||||
|
|
Loading…
Add table
Reference in a new issue