Class BadAFKThresholdValuePatch
java.lang.Object
com.djrapitops.plan.storage.database.transactions.Transaction
com.djrapitops.plan.storage.database.transactions.init.OperationCriticalTransaction
com.djrapitops.plan.storage.database.transactions.patches.Patch
com.djrapitops.plan.storage.database.transactions.patches.BadAFKThresholdValuePatch
Patch that resets AFK time of sessions with afk time of length of the session to 0.
This is a bug remedy patch that attempts to turn "bad" afk data to good. In 4.5.2 there was a bug that caused some config setting defaults not being copied, along those AFKThreshold setting, which lead to AFK threshold being read as 0. This in turn lead to full sessions being regarded as having been AFK.
-
Field Summary
Fields inherited from class com.djrapitops.plan.storage.database.transactions.Transaction
attempts, dbType, success
-
Constructor Summary
-
Method Summary
Methods inherited from class com.djrapitops.plan.storage.database.transactions.patches.Patch
addColumn, allValuesHaveValueZero, columnVarcharLength, dropForeignKeys, dropTable, ensureNoForeignKeyConstraints, hasColumn, isApplied, performOperations, renameTable, shouldBeExecuted, wasApplied
Methods inherited from class com.djrapitops.plan.storage.database.transactions.init.OperationCriticalTransaction
executeTransaction
Methods inherited from class com.djrapitops.plan.storage.database.transactions.Transaction
commitMidTransaction, dbIsNotUnderHeavyLoad, execute, execute, executeOther, executeReturningId, executeSwallowingExceptions, getDBState, getName, getServerUUID, hasTable, query, toString, wasSuccessful
-
Constructor Details
-
BadAFKThresholdValuePatch
public BadAFKThresholdValuePatch()
-
-
Method Details
-
hasBeenApplied
public boolean hasBeenApplied()- Specified by:
hasBeenApplied
in classPatch
-
applyPatch
protected void applyPatch()- Specified by:
applyPatch
in classPatch
-