mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Increase default stack size.
This commit is contained in:
parent
828452a878
commit
44dc1a0dd9
@ -1,7 +1,7 @@
|
|||||||
# Squirrel options
|
# Squirrel options
|
||||||
[Squirrel]
|
[Squirrel]
|
||||||
# Configure the virtual machine stack size
|
# Configure the virtual machine stack size
|
||||||
StackSize=2048
|
StackSize=4096
|
||||||
# Enable error handling by the plugin
|
# Enable error handling by the plugin
|
||||||
ErrorHandling=true
|
ErrorHandling=true
|
||||||
# Allow the plug-in to load even if no scripts were loaded
|
# Allow the plug-in to load even if no scripts were loaded
|
||||||
|
Loading…
Reference in New Issue
Block a user