Skip to content

Commit f864309

Browse files
committed
更新忽略数据库
1 parent 84d3b72 commit f864309

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

conf/nbs.db

0 Bytes
Binary file not shown.

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 = 3000*1024*1024;
4343
private PeerInfo cureent;
4444
private MessagePanel messagePanel;
4545
private List<MessageItem> messageItems;

0 commit comments

Comments
 (0)