Skip to content

Commit

Permalink
Merge pull request #1567 from VirtualFlyBrain/development
Browse files Browse the repository at this point in the history
removing compression to resolve safari bug
  • Loading branch information
Robbie1977 authored Jul 27, 2024
2 parents 331e80a + ab0c178 commit 5bb2160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WEB-INF/spring/app-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium/gemini-bluep
<property name="queuingEnabled" value="true" />
<property name="maxQueueSize" value="5" />
<property name="discardMessagesIfQueueFull" value="false" />
<property name="compressionEnabled" value="true" />
<property name="compressionEnabled" value="false" />
<property name="minMessageLengthForCompression" value="20000" />

<!-- <property name="queuedMessageTypes"> <set> <value type="org.geppetto.frontend.messages.OutboundMessages">EXPERIMENT_UPDATE</value>
Expand Down

0 comments on commit 5bb2160

Please sign in to comment.