mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Reduce shared memory segment used as we don't allow more than once instance open at once
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user