Skip to content

Commit 2fac630

Browse files
committed
experimentally increase dbuild caching length
it's not so much that we need longer to do postmortems, it's more that I'm hoping this might sometimes speed things up a bit, if cached things can be used more often?
1 parent 5724021 commit 2fac630

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

common.conf

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,17 @@ options.resolvers: {
144144
04: "dbuild-unchecked: https://scala-ci.typesafe.com/artifactory/dbuild-unchecked/" // for sbt plugins not available on ivy (they'll fail the pom check on the `dbuild` cache repo above)
145145
}
146146

147-
// we don't have enough disk space to keep stuff longer
147+
# new behemoths have much more disk space, so let's try keeping stuff
148+
# substantially longer (2 weeks instead of 4-5 days) and see what
149+
# the effect on disk space usage is, starting March 17 2018
148150
options.cleanup: {
149151
extraction: {
150-
success: 96
151-
failure: 120
152+
success: 336
153+
failure: 336
152154
}
153155
build: {
154-
success: 96
155-
failure: 120
156+
success: 336
157+
failure: 336
156158
}
157159
}
158160

0 commit comments

Comments
 (0)