Skip to content

Commit

Permalink
Add 'max_connections' as an understood config field to gcmpushkin (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Dec 11, 2020
1 parent 8060950 commit ab87ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/157.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix erroneous warning log line when setting the `max_connections` option in a GCM app config.
1 change: 1 addition & 0 deletions sygnal/gcmpushkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class GcmPushkin(ConcurrencyLimitedPushkin):
"type",
"api_key",
"fcm_options",
"max_connections",
} | ConcurrencyLimitedPushkin.UNDERSTOOD_CONFIG_FIELDS

def __init__(self, name, sygnal, config, canonical_reg_id_store):
Expand Down

0 comments on commit ab87ab8

Please sign in to comment.