Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created June 5, 2014 14:30
Show Gist options
  • Save jfarcand/c5459da8d472b2185760 to your computer and use it in GitHub Desktop.
Save jfarcand/c5459da8d472b2185760 to your computer and use it in GitHub Desktop.
<init-param>
<param-name>org.atmosphere.cpr.broadcasterClass</param-name>
<param-value>org.atmosphere.cpr.DefaultBroadcaster</param-value>
</init-param>
@jfarcand
Copy link
Author

jfarcand commented Jun 5, 2014

For 1.0.18

        <init-param>
            <param-name>org.atmosphere.cpr.CometSupport.maxInactiveActivity</param-name>
            <param-value>30000</param-value>
        </init-param>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment