Skip to content

Commit

Permalink
removing compression to resolve safari bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Jul 26, 2024
1 parent 557b6a0 commit ab0c178
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 ab0c178

Please sign in to comment.