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 fe5b446 commit baee9f0Copy full SHA for baee9f0
src/main/lombok/org/heigit/ohsome/ohsomeapi/utils/ConfigureApplication.java
@@ -36,8 +36,7 @@ private enum DatabaseType {
36
private String keytablesPassword;
37
private DatabaseType keytablesType = DatabaseType.NONE;
38
private String keytablesUrl;
39
- // TODO replace the following two with reasonable values
40
- private long ttMaxBytesValue = Long.MAX_VALUE;
+ private long ttMaxBytesValue = 512L * 1024L * 1024L;
41
private int ttMaxNumRoles = Integer.MAX_VALUE;
42
43
private ConfigureApplication(ApplicationArguments args) {
0 commit comments