All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.simple-spray-websockets_2.11.1.0.1.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
#########################################
# spray-websocket Reference Config File #
#########################################

# This is the reference config file that contains all the default settings.
# Make your edits/overrides in your application.conf.

spray.websocket {
  # Supported Per-message Compression Extensions. To disable, set to []
  pmce = ["permessage-deflate"]
  
  enable-utf8validate = true
}

org.suecarter.websocket {
  high-priority-ack-mailbox {
    mailbox-type = "org.suecarter.websocket.HighPriorityAckMailbox"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy