We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27aae9f commit ff95845Copy full SHA for ff95845
src/main/java/io/supertokens/config/CoreConfig.java
@@ -352,8 +352,8 @@ public class CoreConfig {
352
353
@NotConflictingInApp
354
@JsonProperty
355
- @ConfigDescription("If specified, the supertokens core will load the specified number of users for migrating in one" +
356
- "single batch. (Default: 8000).")
+ @ConfigDescription("If specified, the supertokens core will load the specified number of users for migrating in " +
+ "one single batch. (Default: 8000)")
357
private int bulk_migration_batch_size = 8000;
358
359
0 commit comments