bulltrackers-module 1.0.51 → 1.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34,7 +34,7 @@ class IntelligentProxyManager {
|
|
|
34
34
|
this.PROXIES_COLLECTION = config.proxiesCollectionName;
|
|
35
35
|
this.PERFORMANCE_DOC_PATH = config.proxyPerformanceDocPath;
|
|
36
36
|
// NEW: Check for the locking enabled flag, default to true
|
|
37
|
-
this.proxyLockingEnabled =
|
|
37
|
+
this.proxyLockingEnabled = false // default false, hardcoded because i am lazy.
|
|
38
38
|
|
|
39
39
|
// Internal state
|
|
40
40
|
this.proxies = {}; // Stores { owner, url, status ('unlocked', 'locked') }
|