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.
2 parents 27aae9f + ff95845 commit 3c879c4Copy full SHA for 3c879c4
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