Skip to content

Commit 1da13d9

Browse files
authored
chore(Cache): enable FRO cache (leanprover-community#17)
1 parent 44bab86 commit 1da13d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cache/Requests.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ def getRemoteRepo (mathlibDepPath : FilePath) : IO RepoInfo := do
210210
IO.println s!"Using cache from {remoteName}: {repo}"
211211
return {repo := repo, useFirst := false}
212212

213-
-- FRO cache is flaky so disable until we work out the kinks: https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/The.20cache.20doesn't.20work/near/411058849
214-
def useFROCache : Bool := false
213+
-- FRO cache may be flaky: https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/The.20cache.20doesn't.20work/near/411058849
214+
def useFROCache : Bool := true
215215

216216
/-- Public URL for mathlib cache -/
217217
def URL : String :=

0 commit comments

Comments
 (0)