Skip to content

Commit 3c879c4

Browse files
authored
Merge pull request #1123 from supertokens/fix/config_description_space
fix: config description space
2 parents 27aae9f + ff95845 commit 3c879c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/supertokens/config/CoreConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ public class CoreConfig {
352352

353353
@NotConflictingInApp
354354
@JsonProperty
355-
@ConfigDescription("If specified, the supertokens core will load the specified number of users for migrating in one" +
356-
"single batch. (Default: 8000).")
355+
@ConfigDescription("If specified, the supertokens core will load the specified number of users for migrating in " +
356+
"one single batch. (Default: 8000)")
357357
private int bulk_migration_batch_size = 8000;
358358

359359
@NotConflictingInApp

0 commit comments

Comments
 (0)