-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
jPOS-EE/modules/qrest/src/main/java/org/jpos/qrest/RestServer.java
Lines 166 to 169 in 98e346b
@SuppressWarnings("unchecked") | |
public void queue (FullHttpRequest request, Context ctx) { | |
sp.out(getQueue(request), ctx, 60000L); | |
} |
Currently, the timeout is hard coded to 60000L, can we make the timeout configurable?
Since the routes can use different Txn Mgrs, a timeout per route would be good to have.
Metadata
Metadata
Assignees
Labels
No labels