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 = config.proxyLockingEnabled !== false;
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') }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [