Mercurial > libervia-backend
diff sat/core/constants.py @ 2975:d86ecc34516e
logs: increased defaut limit for memory output to 300
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 30 Jun 2019 15:40:52 +0200 |
parents | 2464b3531f68 |
children | 94708a7d3ecf |
line wrap: on
line diff
--- a/sat/core/constants.py Sun Jun 30 15:39:58 2019 +0200 +++ b/sat/core/constants.py Sun Jun 30 15:40:52 2019 +0200 @@ -374,7 +374,7 @@ LOG_OPT_OUTPUT_SEP = "//" LOG_OPT_OUTPUT_DEFAULT = "default" LOG_OPT_OUTPUT_MEMORY = "memory" - LOG_OPT_OUTPUT_MEMORY_LIMIT = 50 + LOG_OPT_OUTPUT_MEMORY_LIMIT = 300 LOG_OPT_OUTPUT_FILE = "file" # file is implicit if only output LOG_OPT_OUTPUT = ( "output",