blob: a8b18dd41c5a518c8ad6308201db5bee8dc14c47 [file] [log] [blame] [edit]
# By default, if bazel hasn't been executed for 3 hours, bazel is shut down.
# This can cause the next build to be slower.
# Pros:
# * Increased build performance
# Cons
# * Increased RAM usage while bazel is running in the background.
# 259200=3 days, so it will stay on over the weekend.
startup --max_idle_secs=259200