change default backtrace depth

This commit is contained in:
Stefani Seibold 2015-05-13 16:06:56 +02:00
parent 037149204d
commit 04aa768634

View File

@ -48,7 +48,7 @@
#define MIN_STACK 4
#define MAX_STACK 128
#define DEFAULT_STACK 6
#define DEFAULT_STACK 15
#define DEFAULT_PORT 4576
struct options_t options;