Commit 25670c75 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #198 in ZP/z-push from...

Merge pull request #198 in ZP/z-push from bugfix/ZP-878-develop-use-shared-memory-for-ipc to develop

* commit '0700767c':
  ZP-878 Set IpcSharedMemoryProvider as default IPC_PROVIDER in develop.
parents 4840986b 0700767c
......@@ -83,7 +83,7 @@
* When another implementation should be used, the class can be set here explicitly.
* If empty Z-Push will try to use available providers.
*/
define('IPC_PROVIDER', '');
define('IPC_PROVIDER', 'IpcSharedMemoryProvider');
/**********************************************************************************
* Logging settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment