You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Copy file name to clipboardExpand all lines: common.conf
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -144,15 +144,17 @@ options.resolvers: {
144
144
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)
145
145
}
146
146
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
0 commit comments