mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Fix ref to undefined global in the badge
Introduced in ead579a
, `config` is only a global in the webextension.
This commit is contained in:
parent
7090316e5c
commit
526e42a443
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Snowflake
|
|||
log 'Snowflake IDs: ' + (@proxyPairs.map (p) -> p.id).join ' | '
|
||||
@pollBroker()
|
||||
@pollInterval = setInterval((=> @pollBroker()),
|
||||
config.defaultBrokerPollInterval)
|
||||
@config.defaultBrokerPollInterval)
|
||||
|
||||
# Regularly poll Broker for clients to serve until this snowflake is
|
||||
# serving at capacity, at which point stop polling.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue