Skip to content

Commit 8173ee3

Browse files
committed
gmx seems to need more client-side rate-limiting
1 parent 9e5395f commit 8173ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caldav/compatibility_hints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ def dotted_feature_set_list(self, compact=False):
14181418
},
14191419
'rate-limit': {
14201420
'enable': True,
1421-
'interval': 1,
1421+
'interval': 2,
14221422
'count': 1,
14231423
'default_sleep': 4,
14241424
'max_sleep': 30

0 commit comments

Comments
 (0)