Skip to content

Commit ff3baae

Browse files
authored
path fix
1 parent f67e0a5 commit ff3baae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compilers.production.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"global": {
269269
"total_cache_size_mb": 4096,
270270
"eviction_policy": "lru",
271-
"cache_directory": "D:\\CompilerCache",
271+
"cache_directory": "C:\\tmp\CompilerCache",
272272
"download_threads": 12,
273273
"metrics": {
274274
"enabled": true,
@@ -278,7 +278,7 @@
278278
},
279279
"file_tracking": {
280280
"enabled": true,
281-
"report_directory": "D:\\CompilerCache\\reports",
281+
"report_directory": "C:\\tmp\CompilerCache\\reports",
282282
"report_interval_minutes": 5,
283283
"top_files_count": 100
284284
}

0 commit comments

Comments
 (0)