django-push-notifications icon indicating copy to clipboard operation
django-push-notifications copied to clipboard

Valid timeout values.

Open sorter opened this issue 7 years ago • 1 comments

Hello,

In recent stable versions of django-push-notifications I see this error in logs:

Set PUSH_NOTIFICATIONS_SETTINGS["GCM_ERROR_TIMEOUT"] to send messages through GCM.

However, there appears to be no documentation on what value is expected? Seconds? Milliseconds? Some combing through the source seems to imply that this value is passed to urllib.urlopen(...) and that function appears to expect an integer for the number of seconds.

Could we add a simple label to the documentation indicating what type of value is expected?

sorter avatar Oct 06 '17 13:10 sorter

+1 What would be an ideal value for the timeout ?

uber1geek avatar Jan 09 '18 10:01 uber1geek