Class Settings.HISTORY
java.lang.Object
com.fastasyncworldedit.core.configuration.Settings.HISTORY
- Enclosing class:
Settings
-
Field Summary
Modifier and TypeFieldDescriptionint
boolean
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
USE_DISK
public boolean USE_DISK -
USE_DATABASE
public boolean USE_DATABASE -
COMBINE_STAGES
public boolean COMBINE_STAGES -
SEND_BEFORE_HISTORY
public boolean SEND_BEFORE_HISTORY -
COMPRESSION_LEVEL
public int COMPRESSION_LEVEL -
BUFFER_SIZE
public int BUFFER_SIZE -
DELETE_AFTER_DAYS
public int DELETE_AFTER_DAYS -
DELETE_ON_LOGOUT
public boolean DELETE_ON_LOGOUT -
DELETE_DISK_ON_LOGOUT
public boolean DELETE_DISK_ON_LOGOUT -
ENABLE_FOR_CONSOLE
public boolean ENABLE_FOR_CONSOLE -
STORE_REDO
public boolean STORE_REDO -
SMALL_EDITS
public boolean SMALL_EDITS
-
-
Constructor Details
-
HISTORY
public HISTORY()
-