good morning!!!!

Skip to content
Snippets Groups Projects
Commit 73fba43f authored by Garet Halliday's avatar Garet Halliday
Browse files

Merge remote-tracking branch 'origin/master'

parents 074c62bd 04fd85b5
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ pools: ...@@ -27,7 +27,7 @@ pools:
- username: postgres - username: postgres
password: password password: password
role: writer role: writer
pool_size: 10 pool_size: 20
statement_timeout: 0 statement_timeout: 0
shards: shards:
- pool_size: 5 - pool_size: 5
......
...@@ -308,7 +308,7 @@ func (s *Server) CopyIn(ctx context.Context, client gat.Client) error { ...@@ -308,7 +308,7 @@ func (s *Server) CopyIn(ctx context.Context, client gat.Client) error {
return client.Send(rfq) return client.Send(rfq)
} }
cancel() cancel()
_, err := pkt.Write(s.wr) err := s.writePacket(pkt)
if err != nil { if err != nil {
return err return err
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment