From 326029ec8cd87b87b7f70c455d763ec0739d925a Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Thu, 9 Nov 2023 09:41:55 -0500
Subject: [PATCH] auto

---
 p4cmds.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/p4cmds.txt b/p4cmds.txt
index 7187cf1..2435903 100644
--- a/p4cmds.txt
+++ b/p4cmds.txt
@@ -44,8 +44,8 @@ echo Test 5
 killall ubiserver
 rm -fr /tmp/blob*
 sleep 5
-go run ubiserver.go -b /tmp/blob -s :5002 -S localhost:5001 -p 10 &
-go run ubiserver.go -b /tmp/blob -s :5001 -S localhost:5002 -p 10 &
+go run ubiserver.go -b /tmp/blob -s :5002 -S localhost:5001 -p 5 &
+go run ubiserver.go -b /tmp/blob -s :5001 -S localhost:5002 -p 5 &
 sleep 5
 go run cli.go -s :5001 list | wc ; go run cli.go -s :5002 list | wc
 go run cli.go -a -s :5001 put sampledir
-- 
GitLab