Skip to content

Commit

Permalink
Merge pull request MarkusBernhardt#47 from jasonjmcghee/patch-1
Browse files Browse the repository at this point in the history
Updated README call to setPacCacheSettings
  • Loading branch information
MarkusBernhardt authored Jul 13, 2018
2 parents 9d830f5 + 100d71f commit c20f9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ When a cached URL is accessed the Javascript execution will be skipped and the c
ProxySearch proxySearch = ProxySearch.getDefaultProxySearch();

// Cache 20 hosts for up to 10 minutes. This is the default.
proxySearch.setPacCacheSettings(20, 1000*60*5, CacheScope.CACHE_SCOPE_HOST);
proxySearch.setPacCacheSettings(20, 1000*60*10, CacheScope.CACHE_SCOPE_HOST);
```

### How to handle proxy authentication
Expand Down

0 comments on commit c20f9a5

Please sign in to comment.