Skip to content

Commit 21e3f9b

Browse files
committed
Add cache configuration
1 parent 34208ed commit 21e3f9b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

master/master.cfg

+11
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ c["configurators"] = [
110110
)
111111
]
112112

113+
c["caches"] = {
114+
"Changes": 100,
115+
"Builds": 500,
116+
"chdicts": 100,
117+
"BuildRequests": 100,
118+
"SourceStamps": 200,
119+
"ssdicts": 200,
120+
"objectids": 10,
121+
"usdicts": 100,
122+
}
123+
113124
# workers are set up in workers.py
114125
c["workers"] = [w.bb_worker for w in WORKERS]
115126

0 commit comments

Comments
 (0)