You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following URL will be requested to be prefetched ::
194
+
195
+
http://example-seed.com/path/otheritem.m4a
173
196
174
197
Overhead from **next object** prefetch
175
198
--------------------------------------
@@ -238,6 +261,7 @@ Plugin parameters
238
261
- ``true`` - configures the plugin run on the **front-tier**,
239
262
- ``false`` - to be run on the **back-tier**.
240
263
* ``--api-header`` - the header used by the plugin internally, also used to mark a prefetch request to the next tier in dual-tier usage.
264
+
* ``--cmcd-nor`` - prefetch for a Cmcd-Request header with nor field.
241
265
* ``--fetch-policy`` - fetch policy
242
266
- ``simple`` - this policy just makes sure there are no same concurrent prefetches triggered (default and always used in combination with any other policy)
243
267
- ``lru:n`` - this policy uses LRU to identify "hot" objects and triggers prefetch if the object is not found. `n` is the size of the LRU
0 commit comments