HHH-6297 remove legacy cache api

This commit is contained in:
Strong Liu 2011-06-09 11:55:06 +08:00
parent 92ad3eed80
commit 11f83b0373
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class BaseRegion implements Region {
@Override
public int getTimeout() {
return Timestamper.ONE_MS * 60000;
return Timestamper.ONE_MS * 600000;
}
}