From c8ba01838bed120831e42ff38c8a3882a2feec05 Mon Sep 17 00:00:00 2001 From: Juan Cruz Linsalata <25271111+linsaftw@users.noreply.github.com> Date: Sun, 31 Oct 2021 11:16:33 -0300 Subject: [PATCH] Update and rename 0012-Default-timeout-to-10000.patch to 0012-Change-default-timeout.patch --- ...meout-to-10000.patch => 0012-Change-default-timeout.patch} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Waterfall-Proxy-Patches/{0012-Default-timeout-to-10000.patch => 0012-Change-default-timeout.patch} (91%) diff --git a/Waterfall-Proxy-Patches/0012-Default-timeout-to-10000.patch b/Waterfall-Proxy-Patches/0012-Change-default-timeout.patch similarity index 91% rename from Waterfall-Proxy-Patches/0012-Default-timeout-to-10000.patch rename to Waterfall-Proxy-Patches/0012-Change-default-timeout.patch index c4ed776..d18782d 100644 --- a/Waterfall-Proxy-Patches/0012-Default-timeout-to-10000.patch +++ b/Waterfall-Proxy-Patches/0012-Change-default-timeout.patch @@ -1,7 +1,7 @@ From 245d1262bdf112f20eba342196f07bd5036c62ea Mon Sep 17 00:00:00 2001 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 +Subject: [PATCH] Change default timeout 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 @@ -14,7 +14,7 @@ index 85d2197ac..c41930ae7 100644 */ - private int timeout = 30000; + // FlameCord - Modify default timeout -+ private int timeout = 10000; ++ private int timeout = 17000; /** * UUID used for metrics. */