From c707736c78bd7ae7b33a7f828531e770f201a2f4 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 20 Jun 2020 16:12:41 +0200 Subject: [PATCH] Increase the MessageQueue's max size, as Godot was complaining on import. --- game/project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/game/project.godot b/game/project.godot index 37b2e2c8..7cb28172 100644 --- a/game/project.godot +++ b/game/project.godot @@ -500,6 +500,10 @@ sheath={ 3d_physics/layer_1="World" 3d_physics/layer_2="Entities" +[memory] + +limits/message_queue/max_size_kb=2048 + [physics] 2d/default_gravity=0