From 8752f7f03a04ca7fa1169885adc9dbfce8bebbd4 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 10 Jun 2015 13:35:05 -0300 Subject: [bug] don't run event server on the standalone We don't need to run the event server on the backend if we are running from the standalone bundle since the launcher takes care of that. - Related: #7126 --- changes/bug-7126_ensure-server-breaks | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7126_ensure-server-breaks (limited to 'changes') diff --git a/changes/bug-7126_ensure-server-breaks b/changes/bug-7126_ensure-server-breaks new file mode 100644 index 00000000..00785ede --- /dev/null +++ b/changes/bug-7126_ensure-server-breaks @@ -0,0 +1 @@ +- Don't run the event server on the backend for the standalone bundle since the launcher takes care of that. Closes #7126. -- cgit v1.2.3