! finish running crawls before applying !

Allow crawl urls up to 2048 character 
fix for http://mantis.tokeek.de/view.php?id=575
pull/9/merge
reger 9 years ago
parent ee77f24e52
commit fa08ca207e

@ -48,7 +48,7 @@ public class Request extends WorkflowJob
+ Word.commonHashLength + Word.commonHashLength
+ ", " + ", "
+ // the crawling initiator + // the crawling initiator
"String urlstring-256, " "String urlstring-2048, "
+ // the url as string + // the url as string
"String refhash-" "String refhash-"
+ Word.commonHashLength + Word.commonHashLength

Loading…
Cancel
Save