Private GIT

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

Merge pull request #1989 from miigotu/more-fixes

If these are too high, they are being used in places they don't belon…
parents 1780e007 09e5ec3f
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,9 @@ mediaExtensions = ['avi', 'mkv', 'mpg', 'mpeg', 'wmv', ...@@ -36,9 +36,9 @@ mediaExtensions = ['avi', 'mkv', 'mpg', 'mpeg', 'wmv',
subtitleExtensions = ['srt', 'sub', 'ass', 'idx', 'ssa'] subtitleExtensions = ['srt', 'sub', 'ass', 'idx', 'ssa']
cpu_presets = {'HIGH': 0.1, cpu_presets = {'HIGH': 5,
'NORMAL': 0.05, 'NORMAL': 2,
'LOW': 0.01 'LOW': 1
} }
### Other constants ### Other constants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment