mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
A lot of stuff related to parsing; index page input validation
This commit is contained in:
@@ -260,7 +260,7 @@ public class XMLInteractionService : IXMLInteractionService {
|
||||
return res.ToList();
|
||||
}
|
||||
|
||||
public void CreateSearchables(XDocument document) {
|
||||
public void CreateCollections(XDocument document) {
|
||||
if (document == null || _RootDefs == null) return;
|
||||
int numProcs = Environment.ProcessorCount;
|
||||
int concurrencyLevel = numProcs * 2;
|
||||
|
||||
Reference in New Issue
Block a user