From 3854b15903cbdcd3287da225786d80322ea5a5c3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 23 Aug 2020 22:17:03 -0700 Subject: [PATCH] Disable verifyPortals in default config. The verifyPortals option can use a lot of resources on 1.14+ servers when there's a lot of portals. --- src/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.yml b/src/config.yml index 8bffb5e..65f2b73 100644 --- a/src/config.yml +++ b/src/config.yml @@ -51,4 +51,4 @@ freegatesgreen: false debug: false permdebug: false enableBungee: false -verifyPortals: true \ No newline at end of file +verifyPortals: false \ No newline at end of file