Commit c61c40cc authored by Jochen Sprickerhof's avatar Jochen Sprickerhof Committed by Holger Levsen
Browse files

r.d.n: temporarily increase max log size to debug glibc build



(cherry picked from commit ab0a7a60f4af8539f7e5d34af38397fa65e6347b)
Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 0fc1f44a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ signup_secret = "INSECURE"
#timeout = 86400 # 24 hours
## Set a maximum build log limit in bytes (default: none).
## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default
max_bytes = 157286400 # 150 MiB ## 10 MiB is upstream default
## By default build output is forwarded to stdout/stderr.
## This can be disabled by settings this to true.
#silent = true