-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(serverless-api/logs): keeps the most recent logs in log cache
Another note, I discovered while testing this that _read() is called multiple times and lead to extra API calls via _poll(). This was because when calling _read() with an interval set, the code would make a one off call. Now, if an interval is set already, then no extra polls will be made.
- Loading branch information
Showing
1 changed file
with
37 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters