mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
Reduce shared memory segment used as we don't allow more than once instance open at once
This commit is contained in:
parent
ad9cf93f28
commit
5fcb7e637a
@ -1,7 +1,7 @@
|
||||
#include "kdsingleapplicationguard.h"
|
||||
|
||||
#ifndef KDSINGLEAPPLICATIONGUARD_NUMBER_OF_PROCESSES
|
||||
#define KDSINGLEAPPLICATIONGUARD_NUMBER_OF_PROCESSES 128
|
||||
#define KDSINGLEAPPLICATIONGUARD_NUMBER_OF_PROCESSES 10
|
||||
#endif
|
||||
|
||||
#ifndef KDSINGLEAPPLICATIONGUARD_MAX_COMMAND_LINE
|
||||
|
Loading…
x
Reference in New Issue
Block a user