From fd87cc5869e2350e61b33daa8f2b07b8e9af01c3 Mon Sep 17 00:00:00 2001 From: Anders <754494+andehen@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:49:00 +0100 Subject: [PATCH] chore: increase mprocs scrollback (#27081) --- bin/mprocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mprocs.yaml b/bin/mprocs.yaml index 82409edab38f9..f57efc845d834 100644 --- a/bin/mprocs.yaml +++ b/bin/mprocs.yaml @@ -23,3 +23,4 @@ procs: shell: 'docker compose -f docker-compose.dev.yml up -d && docker compose -f docker-compose.dev.yml logs --tail=0 -f' mouse_scroll_speed: 1 +scrollback: 10000