Private GIT

Skip to content
Snippets Groups Projects
Commit 09e5ec3f authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

If these are too high, they are being used in places they don't belong! Don't change them

parent fd611d1e
Branches
Tags
No related merge requests found
......@@ -36,9 +36,9 @@ mediaExtensions = ['avi', 'mkv', 'mpg', 'mpeg', 'wmv',
subtitleExtensions = ['srt', 'sub', 'ass', 'idx', 'ssa']
cpu_presets = {'HIGH': 0.1,
'NORMAL': 0.05,
'LOW': 0.01
cpu_presets = {'HIGH': 5,
'NORMAL': 2,
'LOW': 1
}
### Other constants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment