We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f7e45 commit 7c24a09Copy full SHA for 7c24a09
1 file changed
gooddata-java/src/main/java/com/gooddata/sdk/service/dataload/processes/ProcessService.java
@@ -72,7 +72,7 @@ public class ProcessService extends AbstractService {
72
public static final UriTemplate PROCESSES_TEMPLATE = new UriTemplate(DataloadProcesses.URI);
73
public static final UriTemplate USER_PROCESSES_TEMPLATE = new UriTemplate(DataloadProcesses.USER_PROCESSES_URI);
74
private static final MediaType MEDIA_TYPE_ZIP = MediaType.parseMediaType("application/zip");
75
- private static final long MAX_MULTIPART_SIZE = 1024 * 1024;
+ private static final long MAX_MULTIPART_SIZE = 1024L * 1024L;
76
77
private final AccountService accountService;
78
private final DataStoreService dataStoreService;
0 commit comments