You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
The default options is set as 60 minutes:
nodejs-pubsub/src/default-options.ts
Lines 29 to 31 in ccebf72
The value
60is applied here:nodejs-pubsub/src/lease-manager.ts
Line 188 in 74fc12e
However
maxExtensionis documented as being a value in seconds, defaulting to60:nodejs-pubsub/src/lease-manager.ts
Lines 39 to 40 in 74fc12e
Arguably the default should be
1and when that default is applied it needs to be modified by 60.