[
https://issues.apache.org/jira/browse/GEODE-3470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-3470.
--------------------------------
> Increase serial gateway sender token timeout
> --------------------------------------------
>
> Key: GEODE-3470
> URL: https://issues.apache.org/jira/browse/GEODE-3470
> Project: Geode
> Issue Type: Bug
> Components: wan
> Reporter: Barry Oglesby
> Assignee: Barry Oglesby
> Priority: Major
> Fix For: 1.3.0
>
>
> There have been cases where the default token timeout of 15 seconds is not
> high enough. To increase it, set the default for the
> {{AbstractGatewaySender.TOKEN_TIMEOUT}} static variable higher:
> {noformat}
> public static int TOKEN_TIMEOUT =
> Integer.getInteger("GatewaySender.TOKEN_TIMEOUT", 15000).intValue();
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)