summaryrefslogtreecommitdiff
path: root/config.conf
blob: fa6325e32966450b9f8ed3948e0a57068d882797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The config for the game. All the parameters are described.
# The comments are ignored. All the unknown parameters are ignored.
# Unspecified parameters will be assigned to a default value.
# Keep in mind that there is no guarantee that the game will work correctly
# with invalid parameters.

# The maximum amount of operations performed by a VM on each check. 
# Minimum value - 0 (!no code will ever be executed!)
# Maximum value - 4294967295
#
# Keep in mind that setting this parameter higher will make the infinite
# loops in your submission longer to detect. Lowering this parameter will make
# the limitation on the code runtime stricter.
MaxOperations=2000000