Signed-off-by: Seongmin Lee git@boltless.me
go.mod
go.mod
This file has not been changed.
go.sum
go.sum
This file has not been changed.
knotmirror/adminpage.go
knotmirror/adminpage.go
This file has not been changed.
knotmirror/config/config.go
knotmirror/config/config.go
This file has not been changed.
knotmirror/db/db.go
knotmirror/db/db.go
This file has not been changed.
knotmirror/db/hosts.go
knotmirror/db/hosts.go
This file has not been changed.
knotmirror/db/repos.go
knotmirror/db/repos.go
This file has not been changed.
knotmirror/knotmirror.go
knotmirror/knotmirror.go
This file has not been changed.
knotmirror/knotstream/knotstream.go
knotmirror/knotstream/knotstream.go
This file has not been changed.
knotmirror/resyncer.go
knotmirror/resyncer.go
This file has not been changed.
nix/gomod2nix.toml
nix/gomod2nix.toml
This file has not been changed.
nix/pkgs/knot-mirror.nix
nix/pkgs/knot-mirror.nix
This file has not been changed.
History
2 rounds
3 comments
boltless.me
submitted
#1
1 commit
expand
collapse
knotmirror: switch to postgres for concurrent writes
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 3 comments
Ah, that's my mistake. I was going make error message more verbose there. will fix.
nix/pkgs/knot-mirror.nix:4: super minor nit: can be absorbed to older commit.
This pull has been deleted (possibly by jj abandon or jj squash)
boltless.me
submitted
#0
1 commit
expand
collapse
knotmirror: switch to postgres for concurrent writes
Signed-off-by: Seongmin Lee <git@boltless.me>
knotmirror/resyncer.go:228why change from dbErr to err here?