Skip to content
Snippets Groups Projects
Commit c0207f89 authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Update Converter.java

parent 5d1cc0c2
Branches master
No related merge requests found
Pipeline #4193 failed with stage
in 8 seconds
......@@ -37,7 +37,7 @@ public class Converter extends Worker {
public void init() throws Exception {
}
private int maxLength = (1000 * 1024 * 1024);
private static int maxLength = (1000 * 1024 * 1024);
//init objects shared by threads
@Override
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment