- Some Smart Proxy tunning (excluded proxy list) 3
This commit is contained in:
tonikelope 2020-01-05 18:51:54 +01:00
parent dc59a9580a
commit c5320cb5f3
2 changed files with 544 additions and 542 deletions

File diff suppressed because it is too large Load Diff

View File

@ -68,6 +68,8 @@ public final class SmartMegaProxyManager {
if (_proxy_list.containsKey(proxy)) {
_proxy_list.put(proxy, System.currentTimeMillis() + PROXY_BLOCK_TIME * 1000);
LOG.log(Level.WARNING, "{0} Smart Proxy Manager: BLOCKING PROXY -> {1}", new Object[]{Thread.currentThread().getName(), proxy});
}
}