Set default tpa timeout to 2 minutes.

This commit is contained in:
KHobbits 2012-12-29 08:40:03 +00:00
parent ed88f8aa06
commit 3725a5e6d4
2 changed files with 2 additions and 2 deletions

View file

@ -929,7 +929,7 @@ public class Settings implements ISettings
@Override
public long getTpaAcceptCancellation()
{
return config.getLong("tpa-accept-cancellation", 0);
return config.getLong("tpa-accept-cancellation", 120);
}
@Override