Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladimir Barsukov
zdb
Commits
67761338
Commit
67761338
authored
Jul 28, 2023
by
Vladimir Barsukov
Browse files
fix
parent
9471bd0e
Changes
1
Show whitespace changes
Inline
Side-by-side
pool.go
View file @
67761338
...
...
@@ -47,7 +47,7 @@ func New(ctx context.Context) *Pool {
slavesIter
:
&
atomic
.
Int64
{},
slavesAsyncIter
:
&
atomic
.
Int64
{},
PgTsFormat
:
"2006-01-02 15:04:05"
,
Continues
:
[]
string
{
"connect"
,
"EOF"
,
"conflict with recovery"
},
Continues
:
[]
string
{
"connect"
,
"EOF"
,
"conflict with recovery"
,
"context deadline exceeded"
},
ContinuesTry
:
[]
string
{
"conflict with recovery"
},
TryOnError
:
1
,
TryOnSleep
:
time
.
Second
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment