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 19341dc commit c9ab140Copy full SHA for c9ab140
1 file changed
assets/policy-extras/shaping.lua
@@ -415,6 +415,8 @@ function mod:setup_with_automation(options)
415
ttl = options.cache_ttl or '1 minute',
416
capacity = 4,
417
invalidate_with_epoch = true,
418
+ retry_on_populate_timeout = options.retry_shaping_data_fetch_on_populate_timeout,
419
+ populate_timeout = options.shaping_data_populate_timeout,
420
})
421
422
local file_names = {}
0 commit comments