Skip to content

Commit

Permalink
Change the default subscription ceiling to 60 seconds (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Feb 23, 2024
1 parent c7af294 commit 76c5bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter_server/server/device_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
DATA_KEY_LAST_NODE_ID = "last_node_id"

LOGGER = logging.getLogger(__name__)
NODE_SUBSCRIPTION_CEILING = 30
NODE_SUBSCRIPTION_CEILING = 60
NODE_SUBSCRIPTION_CEILING_BATTERY_POWERED = 1800
MAX_COMMISSION_RETRIES = 3
NODE_RESUBSCRIBE_ATTEMPTS_UNAVAILABLE = 3
Expand Down

0 comments on commit 76c5bbd

Please sign in to comment.