diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-07-22 15:53:47 +0900 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-07-22 15:53:47 +0900 |
| commit | 05f916ef569afead9c19b359f7a8c962a28a0edf (patch) | |
| tree | dce6a1122eb53bb0ecb2f4a207e520bb9fbe319e /defaults | |
| parent | 3bb1228e452d0594ee01227a7ae254c538ab1275 (diff) | |
less robots tasks by default
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacy.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index eac5bef47..d1622ba73 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1226,7 +1226,7 @@ thumbnailProgram = httpd.robots.txt = locked,dirs,bookmarks,network,news,status,profile
# maximum number of robots.txt loading threads
-robots.txt.MaxActiveThreads = 200
+robots.txt.MaxActiveThreads = 40
# class to use for parsing wikicode
wikiParser.class = de.anomic.data.wikiCode
|
