mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-28 02:55:55 +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
|
||||
private CacheManager cacheManager;
|
||||
|
||||
@Value("${SEARCH_SERVICE_BATCH_SIZE:1000}")
|
||||
@Value("${SEARCH_SERVICE_BATCH_SIZE:100}")
|
||||
private Integer batchSize;
|
||||
|
||||
@Bean(name = "searchService")
|
||||
|
Loading…
x
Reference in New Issue
Block a user