Comment 6 for bug 2051917

Revision history for this message
Nicholas Neumann (aggienick02) wrote :

@Maciej, thanks for pointing me to this. Looking at it was helpful, and also made me realize that a workaround until "forever" works is pretty easy, e.g.,

jq -c '.data.config.core.refresh.hold |= "2300-01-01T00:00:00Z"' state.json > state.json.tmp

(This seems to work well. effectiveRefreshHold returns 290 years from the current time, so this is safely a bit less than forever, just 275+ years.)