We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c089d85 commit dfb3cb9Copy full SHA for dfb3cb9
doc/admin-guide/files/records.yaml.en.rst
@@ -2573,6 +2573,7 @@ Cache Control
2573
:units: millisecond
2574
2575
How long to wait between each write cycle when syncing the cache directory to disk.
2576
+
2577
.. ts:cv:: CONFIG proxy.config.cache.dir.sync_parallel_tasks INT 1
2578
:reloadable:
2579
src/iocore/cache/P_CacheDir.h
@@ -271,6 +271,9 @@ struct CacheSync : public Continuation {
271
}
272
273
274
+ buf = nullptr;
275
+ buflen = 0;
276
+ buf_huge = false;
277
};
278
279
struct StripteHeaderFooter {
0 commit comments