We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f040f16 commit 71508a9Copy full SHA for 71508a9
src/main/java/com/alipay/oceanbase/rpc/table/AbstractObTableClient.java
@@ -50,8 +50,6 @@ public abstract class AbstractObTableClient extends AbstractTable {
50
protected long tableEntryRefreshIntervalBase = TABLE_ENTRY_REFRESH_INTERVAL_BASE
51
.getDefaultLong();
52
53
- protected long tableEntryLocationRefreshThreshold = TABLE_ENTRY_LOCATION_REFRESH_THRESHOLD.getDefaultLong();
54
-
55
protected long tableEntryRefreshIntervalCeiling = TABLE_ENTRY_REFRESH_INTERVAL_CEILING
56
57
0 commit comments