Minor PuSH comment and debug stuff

This commit is contained in:
Mikael Nordfeldth
2016-01-13 19:24:38 +01:00
parent a5fd4fde25
commit 494746e665
3 changed files with 2 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ class HubSub extends Managed_DataObject
common_debug('PuSH hub got requested lease_seconds=='._ve($length));
assert(is_int($length));
$min = 86400;
$min = 86400; // 3600*24 (one day)
$max = 86400 * 30;
if ($length == 0) {