A real-time server that can be used for long polling user events
10The maximum number of retries this server will allow before a new long poll should be started by getting a new list of server.
610The maximum number of seconds without a response after which you should retry the long poll connection.
This helps to overcome network issues where the long poll looks to be working but no packages are coming through.
10The time in minutes for which this server is available
realtime_serverrealtime_server
http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=allThe URL for the server.
{
"max_retries": 10,
"retry_timeout": 610,
"ttl": 10,
"type": "realtime_server",
"url": "http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=all"
}