Skip to content

Commit 6d77bf3

Browse files
committed
10x max log size
I feel like my current zCatch crashes fill the log in one go so they get cleared instantly and i can never inspect the crash log
1 parent 7d73327 commit 6d77bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/include/gdb_loop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# so updating the script without restarting it is possible
55

66
# max log size - delete logfile and start writing a new one when line count is reached
7-
MAX_LOG_SIZE=5000
7+
MAX_LOG_SIZE=50000
88

99
# restart delay - sleep time after server crash/shutdown
1010
# recommended is '5' which is 5 seconds

0 commit comments

Comments
 (0)