aggregatorParams: CENTER_REGISTRY_URL: https://centres.clarin.eu/restxml/ # additionalCQLEndpoints: # # - https://clarin.ids-mannheim.de/digibibsru-new # # - https://lux17.mpi.nl/ds/cqlsearch # # - http://cqlservlet.mpi.nl/ # # - http://dspin.dwds.de:8088/ddc-sru/dingler/ # # - http://www.meertens.knaw.nl/mimore/srucql/ # # - http://gysseling.corpus.taalbanknederlands.inl.nl/gyssru/ # # - http://brievenalsbuit.inl.nl/zbsru/ # # - http://corpus3.aac.ac.at/ddconsru/ # # - http://dspin.dwds.de:8088/ddc-sru/dta/ AGGREGATOR_FILE_PATH: /var/lib/aggregator/fcsAggregatorCorpora.json AGGREGATOR_FILE_PATH_BACKUP: /var/lib/aggregator/fcsAggregatorCorpora.backup.json SCAN_MAX_DEPTH: 3 # recommended 3 SCAN_TASK_INITIAL_DELAY: 10 SCAN_TASK_INTERVAL: 24 SCAN_TASK_TIME_UNIT: HOURS SCAN_MAX_CONCURRENT_REQUESTS_PER_ENDPOINT: 4 # @depth2: 1=361s; 2=225s; 4=207s SEARCH_MAX_CONCURRENT_REQUESTS_PER_ENDPOINT: 4 SEARCH_MAX_CONCURRENT_REQUESTS_PER_SLOW_ENDPOINT: 1 slowEndpoints: - http://cqlservlet.mpi.nl/ ENDPOINTS_SCAN_TIMEOUT_MS: 600000 # 10 minutes, needed for slow BAS server ENDPOINTS_SEARCH_TIMEOUT_MS: 30000 EXECUTOR_SHUTDOWN_TIMEOUT_MS: 1000 weblichtConfig: url: https://weblicht.sfs.uni-tuebingen.de/weblicht/?input= acceptedTcfLanguages: - en - de - nl - fr - it - es - pl # use the simple server factory, run on a single port server: applicationContextPath: /Aggregator type: simple connector: type: http port: 4019 # Logging settings. logging: # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL. level: WARN # Logger-specific levels. loggers: eu.clarin.sru.fcs.aggregator: INFO eu.clarin.sru.client: WARN appenders: - type: file currentLogFilename: /var/log/aggregator/access.log archivedLogFilenamePattern: /var/log/aggregator/access-%d.log.gz archivedFileCount: 5