This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
performance: use OPTIMISTIC transaction as the default #1079
performance: use OPTIMISTIC transaction as the default #1079
Changes from 27 commits
f8e909a
d24bec9
f1eab4a
1305528
0cb219b
1c25c2f
715406d
9eb6e91
a50cd9f
6dc5e40
6a2961e
fd24e53
328817b
57c8036
81e1294
6e1899d
0dcceb3
a07c915
6fb9d64
614def3
512048a
9c4115b
a345baa
ae64af7
f93a284
fd2bb13
a3bdfb4
e3ca26c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about putting this function into
task.go
as a member ofTaskConfig
? we may need to use it in other places later.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
circle import if move it to task.go because we import config in pkg.conn. 🤔