Code review comment for lp:~rvb/maas/bug-1384001-redux

Revision history for this message
Julian Edwards (julian-edwards) wrote :

On Tuesday 28 Oct 2014 15:38:18 you wrote:
> > + RETRY_AFTER_SERVICE_UNAVAILABLE = 5
>
> Can the comment say this is seconds?

Better still, use:

RETRY_AFTER_SERVICE_UNAVAILABLE = timdelta(seconds=5).total_seconds()

« Back to merge proposal