Skip to content

Commit d27abe4

Browse files
committed
Adjust max squid cache time also for tftp metadata
1 parent 22f49ed commit d27abe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/proxy-squid-image/squid.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ refresh_pattern /saltboot/.*$ 10080 100% 525600 ignore-no-store ignore-reload ig
4141
# kernel and initrd are tied to images, will never change as well
4242
refresh_pattern /tftp/images/.*$ 10080 100% 525600 ignore-no-store ignore-reload ignore-private
4343
# rest of tftp are config files prone to change frequently
44-
refresh_pattern /tftp/.*$ 0 1% 1440 reload-into-ims refresh-ims
44+
refresh_pattern /tftp/.*$ 0 1% 5 reload-into-ims refresh-ims
4545
refresh_pattern . 0 100% 525600
4646

4747
# secure squid

0 commit comments

Comments
 (0)