You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
while true ; do
sleep 15
keybase chat send ...
ls /keybase/team/...
echo '{"method": "read", ... | keybase chat api ...
if 6 hours has gone
run_keybase
fi
done
After a while, chat send and chat read gets slower and slower, going from less that 1 second to more than 60 seconds. sleep and ls times seems constant.
When 6 hours has gone and the run_keybase is executed, times get low again (but build up over the next 6 hours).
If I outcomment the ls command, all times are constant low.
These logs are from the same run, WITH the ls command:
a4f72ae29df5ba7e9a4c2a1c
0e3959537531bc60a74ac21c
These logs are from the same run, WITHOUT the ls command:
41c5342a84ccee599571831c
b7cc0500989c6a67920c0a1c
Attached script do:
After a while,
chat sendandchat readgets slower and slower, going from less that 1 second to more than 60 seconds.sleepandlstimes seems constant.When 6 hours has gone and the
run_keybaseis executed, times get low again (but build up over the next 6 hours).If I outcomment the
lscommand, all times are constant low.These logs are from the same run, WITH the
lscommand:a4f72ae29df5ba7e9a4c2a1c
0e3959537531bc60a74ac21c
These logs are from the same run, WITHOUT the
lscommand:41c5342a84ccee599571831c
b7cc0500989c6a67920c0a1c
/Morten