mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-28 11:05:50 +00:00
fix(perf): reduce default batch size for search results (#3407)
This commit is contained in:
parent
781ebaef23
commit
ec2211a635
@ -32,7 +32,7 @@ public class SearchServiceFactory {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private CacheManager cacheManager;
|
private CacheManager cacheManager;
|
||||||
|
|
||||||
@Value("${SEARCH_SERVICE_BATCH_SIZE:1000}")
|
@Value("${SEARCH_SERVICE_BATCH_SIZE:100}")
|
||||||
private Integer batchSize;
|
private Integer batchSize;
|
||||||
|
|
||||||
@Bean(name = "searchService")
|
@Bean(name = "searchService")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user