Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 4eced03

Browse files
author
Darcidride
authored
Update minetest.conf
Move profiling and add the interval (300)
1 parent d810b09 commit 4eced03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

minetest.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
### GENERAL SETTINGS SERVER ###
22
###############################
33
name = Darcidride
4-
# 0 = none, 1 = warning, 2 = action, 3 = info, 4 = verbose
4+
# Logs parameters - 0 = none, 1 = warning, 2 = action, 3 = info, 4 = verbose
55
debug_log_level = action
6+
# Profiling (mod needed because the minetest cmdline sucks)
7+
profiler.load = true
8+
profilerdumper.interval = 300
69
# Permet aux vieux client de minetest de ce connecter
710
strict_protocol_version_checking = false
811
# Options pour le type du serveur
@@ -46,9 +49,6 @@ server_map_save_interval = 60
4649
sqlite_synchronous = 0
4750
liquid_update = 5
4851

49-
# Profiling
50-
profiler.load = true
51-
5252
### SERVER AND PUBLIC INFORMATIONS ###
5353
######################################
5454
server_name = MinetestForFun CREATIVE

0 commit comments

Comments
 (0)