Long size

This commit is contained in:
M66B
2020-07-02 08:36:12 +02:00
parent a9930e020c
commit 1c864c9e94
5 changed files with 7 additions and 9 deletions

View File

@@ -555,7 +555,7 @@ public class ServiceSend extends ServiceBase {
throw new IOException("Test");
db.identity().setIdentityState(ident.id, "connected");
Integer max_size = iservice.getMaxSize();
Long max_size = iservice.getMaxSize();
if (max_size != null)
db.identity().setIdentityMaxSize(ident.id, max_size);