limit = 100 as default would be better, but there is an issue with large response ( failed with status 500 - ["error",10001,"ERR_REQUEST_GENERIC: ESOCKETTIMEDOUT"] )

This commit is contained in:
Dario Moceri
2021-01-25 17:36:19 +01:00
parent a322549142
commit a212fa03d9

View File

@@ -204,7 +204,7 @@ class BfxRest:
status = await self.fetch(endpoint)
return status
async def get_public_pulse_hist(self, end=None, limit=100):
async def get_public_pulse_hist(self, end=None, limit=25):
"""
View the latest pulse messages. You can specify an end timestamp to view older messages.