Skip to content

Commit 5774989

Browse files
committed
修改第一次初始化logo
1 parent 84d3b72 commit 5774989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/nbs/client/listener/IPFSFileUploader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class IPFSFileUploader {
3939
private static Logger logger = LoggerFactory.getLogger(IPFSFileUploader.class);
4040
private static IPFS ipfs;
4141
private AttachmentInfoService service;
42-
public static int MAX_SIZE = 1000*1024*1024;
42+
public static int MAX_SIZE = 2000*1024*1024;
4343
private PeerInfo cureent;
4444
private MessagePanel messagePanel;
4545
private List<MessageItem> messageItems;

0 commit comments

Comments
 (0)