poke.rkt: unbounded lease

This commit is contained in:
Tony Garnock-Jones 2016-10-31 22:28:20 -04:00
parent 38e6510b52
commit c37aa8e786
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
(alist->form-urlencoded
`((hub.callback . "http://localhost:7000/sink")
(hub.poll_interval_seconds . "10")
;; (hub.lease_seconds . "5")
(hub.mode . "subscribe")
(hub.topic . ,topic))))))