mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
1 second is too short for some server logins. 1.75 is more realistic.
This commit is contained in:
parent
6b5e25f18c
commit
bce3f0ffb7
@ -286,7 +286,7 @@ public class RedisBungee extends Plugin implements Listener {
|
|||||||
pool.returnResource(rsc);
|
pool.returnResource(rsc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 1, TimeUnit.SECONDS);
|
}, 1750, TimeUnit.MILLISECONDS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user