refactor: increase buffer limit for TasksBuffer to 1000

This commit is contained in:
2025-08-17 12:10:45 +03:00
parent 4967275d0b
commit 0eb3c49c4e
5 changed files with 1304 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="admin"
ENTRYPOINT ["top", "-b"]