Allow timeout of /tpa /tpahere requests

Adds new config setting tpa-accept-cancellation
Test #781
This commit is contained in:
ementalo 2011-12-08 23:43:09 +00:00
parent 52b1017bda
commit 95d5217f58
15 changed files with 52 additions and 0 deletions

View file

@ -606,4 +606,10 @@ public class Settings implements ISettings
}
return Priority.Normal;
}
@Override
public long getTpaAcceptCancellation()
{
return config.getLong("tpa-accept-cancellation", 0);
}
}