Philip Martin <philip.mar...@wandisco.com> writes: > You can see how many entries there are with: > > sqlite3 repo/db/rep-cache.db "select count(*) from rep_cache order"
That should be: sqlite3 repo/db/rep-cache.db "select count(*) from rep_cache" -- Philip