Can I keep a repository open for some time waiting for requests instead of closing immediately after execution?
The problem is that opening a repository takes some time, which is a redundant overhead for commands executed sequentially or within short periods of time
My specific problem: slow performance in navigation inside backups in a restic GUI app called “Restic Browser” which probably executes every fetching command separately