diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index 25abb6a460..6409e647c1 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -186,8 +186,10 @@ menu = 60 ; Throttle FPS in menus only. [profiler2] server = "127.0.0.1" -server.port = "8000" ; Use a free port on your machine. -server.threads = "6" ; Enough for the browser's parallel connection limit +server.port = "8000" ; Use a free port on your machine. +server.threads = "6" ; Enough for the browser's parallel connection limit +autoenable = false ; Enable HTTP server output at startup (default off for security/performance) +gpu.enable = true ; Allow GPU timing mode when available. [console] font = "mono-10" @@ -561,10 +563,6 @@ fps = "false" ; Show frames per second in top right corner realtime = "false" ; Show current system time in top right corner netwarnings = "true" ; Show warnings if the network connection is bad -[profiler2] -autoenable = false ; Enable HTTP server output at startup (default off for security/performance) -gpu.enable = true ; Allow GPU timing mode when available. - [rlinterface] address = "127.0.0.1:6000"