server/src/config/corpusparole.php
changeset 158 366509ae2f37
parent 154 ded3cf22eef8
child 160 c77f06ff3e54
--- a/server/src/config/corpusparole.php	Mon Apr 25 14:05:17 2016 +0200
+++ b/server/src/config/corpusparole.php	Sat May 07 10:06:26 2016 +0200
@@ -91,13 +91,13 @@
 
     'lexvo_base_url' => 'http://lexvo.org/id/iso639-3/',
     'lexvo_cache_expiration' => 60*24*30,
-    'lexvo_max_ids' => 500,
+    'lexvo_max_ids' => 50,
     'lexvo_sesame_query_url' => $sesameBaseUrl.'repositories/'.env('CORPUSPAROLE_SESAME_LEXVO_REPOSITORY'),
 
     'bnf_base_url' => 'http://data.bnf.fr/',
     'bnf_ark_base_url' => 'http://ark.bnf.fr/',
     'bnf_cache_expiration' => 60*24*30,
-    'bnf_max_ids' => 500,
+    'bnf_max_ids' => 5,
     'bnf_query_url' => 'http://data.bnf.fr/sparql',
     'bnf_completion_url' => 'http://data.bnf.fr/search-letter/',