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 84d3b72 commit 5774989Copy full SHA for 5774989
src/main/java/io/nbs/client/listener/IPFSFileUploader.java
@@ -39,7 +39,7 @@ public class IPFSFileUploader {
39
private static Logger logger = LoggerFactory.getLogger(IPFSFileUploader.class);
40
private static IPFS ipfs;
41
private AttachmentInfoService service;
42
- public static int MAX_SIZE = 1000*1024*1024;
+ public static int MAX_SIZE = 2000*1024*1024;
43
private PeerInfo cureent;
44
private MessagePanel messagePanel;
45
private List<MessageItem> messageItems;
0 commit comments