mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-04-30 14:44:33 +02:00
7.1
- Some Smart Proxy tunning (excluded proxy list) 3
This commit is contained in:
parent
dc59a9580a
commit
c5320cb5f3
File diff suppressed because it is too large
Load Diff
@ -68,6 +68,8 @@ public final class SmartMegaProxyManager {
|
|||||||
if (_proxy_list.containsKey(proxy)) {
|
if (_proxy_list.containsKey(proxy)) {
|
||||||
|
|
||||||
_proxy_list.put(proxy, System.currentTimeMillis() + PROXY_BLOCK_TIME * 1000);
|
_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});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user