settings module
Settings module.
Contains all settings functions.
- mrv2.settings.checkForUpdates() bool
Returns whether to check for updates at start up.
- mrv2.settings.memory() int
Retrieve the cache memory setting in gigabytes.
- mrv2.settings.readAhead() float
Retrieve Read Ahead cache in seconds.
- mrv2.settings.readBehind() float
Retrieve Read Behind cache in seconds.
- mrv2.settings.setMemory(arg0: int) None
Set the cache memory setting in gigabytes.
- mrv2.settings.setReadAhead(arg0: float) None
Set Read Ahead cache in seconds.
- mrv2.settings.setReadBehind(arg0: float) None
Set Read Behind cache in seconds.