Skip to content

Commit

Permalink
Updated README call to setPacCacheSettings
Browse files Browse the repository at this point in the history
This was done to reflect the default ttl and comment above the demonstrated call.
  • Loading branch information
jasonjmcghee authored Jul 13, 2018
1 parent 9d830f5 commit 100d71f
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 100d71f

Please sign in to comment.