mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Change from jboss to java serialization (fixes #8609)
This commit is contained in:
parent
de3f7cbbfb
commit
df9cc31d41
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class Connection {
|
|||
// private boolean confirmEmptyManaPool;
|
||||
// private String flagName;
|
||||
// private UserSkipPrioritySteps userSkipPrioritySteps;
|
||||
private static final String serialization = "?serializationtype=jboss";
|
||||
private static final String serialization = "?serializationtype=java";
|
||||
private static final String transport = "bisocket";
|
||||
private static final String threadpool = "onewayThreadPool=mage.remote.CustomThreadPool";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue