Commit 0700767c authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-878 Set IpcSharedMemoryProvider as default IPC_PROVIDER in develop.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 4840986b
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
* When another implementation should be used, the class can be set here explicitly. * When another implementation should be used, the class can be set here explicitly.
* If empty Z-Push will try to use available providers. * If empty Z-Push will try to use available providers.
*/ */
define('IPC_PROVIDER', ''); define('IPC_PROVIDER', 'IpcSharedMemoryProvider');
/********************************************************************************** /**********************************************************************************
* Logging settings * 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