On Monday, February 7, 2011 5:05:06 PM UTC, Peter Petrov wrote:
>
> You can change the dev-server polling interval in your JavaScript code 
> quite easily. For example:
>
> goog.appengine.Socket.POLLING_TIMEOUT_MS = 5000; // 5 seconds
>

Ah, so you can... and here was me looking for ways to get hold of the 
goog.Timer objects or similar.

And changing that value on the fly changes the timeout for the next call (ie 
it's not something you can only change before creating a channel) - 
thanks... I feel quite foolish now :)

--
T

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to