Skip to content
Snippets Groups Projects
Commit 4d93e23c authored by Vibhuti Sharma [Microsoft]'s avatar Vibhuti Sharma [Microsoft]
Browse files

nit

parent bab6c65b
No related branches found
No related tags found
1 merge request!269Add property for Storage Batch Size
......@@ -124,7 +124,7 @@ public class IndexerConfigurationProperties {
return Boolean.TRUE.toString().equalsIgnoreCase(smartSearchCcsDisabled);
}
public int getStorageGetRecordsByKindBatchSize () {
public Integer getStorageGetRecordsByKindBatchSize () {
if (this.storageGetRecordsByKindBatchSize!=null) {
return this.storageGetRecordsByKindBatchSize;
}
......
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