Skip to content
Snippets Groups Projects
Commit 541a3579 authored by Zhibin Mai's avatar Zhibin Mai
Browse files

Adjust the default max. size of the extended properties with array type

parent b30b9e8d
No related branches found
No related tags found
1 merge request!834Fix the bug in a case that more than one extended/virtual properties to match...
Pipeline #290258 canceled
Pipeline: Indexer

#290261

    ......@@ -108,7 +108,7 @@ public class AugmenterConfigurationServiceImpl implements AugmenterConfiguration
    @Inject
    private JobStatus jobStatus;
    @Value("${augmenter.extended_list_value.max_size:1000}")
    @Value("${augmenter.extended_list_value.max_size:2000}")
    int maxSizeOfExtendedListValue;
    @Override
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment