diff options
author | Damiano Galassi <[email protected]> | 2020-04-11 12:19:17 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2020-04-11 12:19:17 +0200 |
commit | 21982a4e674d3382b13f30546f6e699bdfc5cafe (patch) | |
tree | 7da62e5317024d9e77d062678097a2eb2286c6fe /macosx/HBPreferencesKeys.h | |
parent | c3b2645cb09b48443bdd0e2670be6866d34b0dae (diff) |
MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a preference to set the number of queue workers.
Diffstat (limited to 'macosx/HBPreferencesKeys.h')
-rw-r--r-- | macosx/HBPreferencesKeys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBPreferencesKeys.h b/macosx/HBPreferencesKeys.h index 2ab539044..2b60b3591 100644 --- a/macosx/HBPreferencesKeys.h +++ b/macosx/HBPreferencesKeys.h @@ -50,4 +50,6 @@ extern NSString * const HBQueuePauseIfLowSpace; extern NSString * const HBQueueMinFreeSpace; extern NSString * const HBQueueAutoClearCompletedItems; +extern NSString * const HBQueueWorkerCounts; + #endif /* HBPreferencesKeys_h */ |