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

add comment

parent 73d7cbff
No related branches found
No related tags found
1 merge request!269Add property for Storage Batch Size
Pipeline #89135 failed
......@@ -128,6 +128,7 @@ public class IndexerConfigurationProperties {
if (this.storageGetRecordsByKindBatchSize!=null) {
return this.storageGetRecordsByKindBatchSize;
}
// if property is not set, fall back to storageRecordsBatchSize property which is used by all CSPs to set batch size.
return this.storageRecordsBatchSize;
}
}
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