2021-06-09 01:33:36 +02:00
|
|
|
From 7ecd3743ff93e43b827419fd1705b75aa9cf2e8c Mon Sep 17 00:00:00 2001
|
2020-12-16 11:14:44 +01:00
|
|
|
From: foss-mc <69294560+foss-mc@users.noreply.github.com>
|
|
|
|
Date: Wed, 16 Dec 2020 18:14:02 +0800
|
|
|
|
Subject: [PATCH] Default timeout to 10000
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/proxy/src/main/java/net/md_5/bungee/conf/Configuration.java b/proxy/src/main/java/net/md_5/bungee/conf/Configuration.java
|
2021-06-09 01:33:36 +02:00
|
|
|
index 85d2197a..c41930ae 100644
|
2020-12-16 11:14:44 +01:00
|
|
|
--- a/proxy/src/main/java/net/md_5/bungee/conf/Configuration.java
|
|
|
|
+++ b/proxy/src/main/java/net/md_5/bungee/conf/Configuration.java
|
|
|
|
@@ -35,7 +35,8 @@ public abstract class Configuration implements ProxyConfig
|
|
|
|
/**
|
|
|
|
* Time before users are disconnected due to no network activity.
|
|
|
|
*/
|
|
|
|
- private int timeout = 30000;
|
2021-05-21 20:30:40 +02:00
|
|
|
+ // FlameCord - Modify default timeout
|
2020-12-16 11:14:44 +01:00
|
|
|
+ private int timeout = 10000;
|
|
|
|
/**
|
|
|
|
* UUID used for metrics.
|
|
|
|
*/
|
|
|
|
--
|
2021-06-09 01:33:36 +02:00
|
|
|
2.31.1.windows.1
|
2020-12-16 11:14:44 +01:00
|
|
|
|