Browse Source

Update core.conf

MoeClub 4 years ago
parent
commit
b89f581d9a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Deluge/deluge/core.conf

+ 4 - 4
Deluge/deluge/core.conf

@@ -21,7 +21,7 @@
   "download_location": "/home/www/download", 
   "compact_allocation": false, 
   "max_upload_speed": -1.0, 
-  "cache_expiry": 60, 
+  "cache_expiry": 32, 
   "prioritize_first_last_pieces": false, 
   "auto_managed": true, 
   "enc_level": 0, 
@@ -36,7 +36,7 @@
     0
   ], 
   "seed_time_limit": -1, 
-  "cache_size": 512, 
+  "cache_size": 1024, 
   "share_ratio_limit": -1.0, 
   "max_download_speed": -1.0, 
   "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat", 
@@ -96,8 +96,8 @@
     }
   }, 
   "add_paused": false, 
-  "max_connections_per_torrent": 4096, 
+  "max_connections_per_torrent": 5120, 
   "remove_seed_at_ratio": false, 
   "autoadd_location": "/home/www/download", 
   "plugins_location": "/root/.config/deluge/plugins"
-}
+}