Skip to content

Commit

Permalink
docs: update coordinates to STORAGE_SIZE_LIMIT const
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Nov 6, 2023
1 parent 3034d23 commit 1b8ffca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public void resetVideo() {
* Place a data structure representing the event into the in-memory queue for later use.
* <p>
* **Note**: Events placed into this queue will be discarded if the size of the persistent queue
* store exceeds {@link #STORAGE_SIZE_LIMIT}.
* store exceeds {@link QueueManager#STORAGE_SIZE_LIMIT}.
*
* @param event The event Map to enqueue.
*/
Expand Down

0 comments on commit 1b8ffca

Please sign in to comment.