diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-01-14 00:04:44 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-14 00:04:44 -0800 |
| commit | ae812c07d6820d483547c471a11cc2df81f342a6 (patch) | |
| tree | 1de3c8cfff2d7b2dddd28ad9863390ef4da97046 /weed/command/scaffold.go | |
| parent | f20743bb383782b0071c0cf0bc8088096321adc6 (diff) | |
| parent | 5581d087021560a4b83cf6434726c00c668abb75 (diff) | |
| download | seaweedfs-ae812c07d6820d483547c471a11cc2df81f342a6.tar.xz seaweedfs-ae812c07d6820d483547c471a11cc2df81f342a6.zip | |
Merge pull request #1743 from LazyDBA247-Anyvision/master
MYSQL - Better Connection Pool Control
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index f43a9d143..887c9883f 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -118,6 +118,7 @@ password = "" database = "" # create or use an existing database connection_max_idle = 2 connection_max_open = 100 +connection_max_lifetime_seconds = 0 interpolateParams = false [postgres] # or cockroachdb |
