From a1539e432ccc7861eb67ad993c1c014488b14d31 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 19 Nov 2017 17:23:00 +0100 Subject: [PATCH] Set netplay_check_frames default to 600 now --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 880da62e0a..cbbffb0ffb 100644 --- a/config.def.h +++ b/config.def.h @@ -528,7 +528,7 @@ static const bool netplay_nat_traversal = false; static const unsigned netplay_delay_frames = 16; -static const int netplay_check_frames = 30; +static const int netplay_check_frames = 600; static const bool netplay_use_mitm_server = false;