1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 12:29:37 +02:00
seaweedfs/weed/command
LazyDBA247-Anyvision 7f458d5e78 better postgres connection pool management
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime)
to enable refresh of stale connections.
2021-02-15 07:45:09 +02:00
..
backup.go volume: add "-dir.idx" option for separate index storage 2020-11-27 03:17:10 -08:00
benchmark.go disk type only supports hdd and ssd, not ready for random tags yet 2021-02-14 11:38:43 -08:00
command.go rename "weed watch" to "weed filer.meta.tail" 2021-01-12 18:48:01 -08:00
compact.go volume: add "-dir.idx" option for separate index storage 2020-11-27 03:17:10 -08:00
download.go return http response directly 2020-09-09 03:53:09 -07:00
export.go fix typo offset.ToAcutalOffset to offset.ToActualOffset 2021-02-07 12:11:51 +08:00
filer.go webdav: can start together with "weed server" or "weed filer" 2021-01-31 22:16:52 -08:00
filer_cat.go add "weed filer.cat" to read files directly from volume servers 2021-01-06 04:22:00 -08:00
filer_copy.go disk type only supports hdd and ssd, not ready for random tags yet 2021-02-14 11:38:43 -08:00
filer_meta_tail.go filer.meta.tail: output json format for easier parsing 2021-01-21 22:39:25 -08:00
filer_replication.go replicate: use creation time for local incremental file sink 2021-01-28 02:17:41 -08:00
filer_sync.go disk type only supports hdd and ssd, not ready for random tags yet 2021-02-14 11:38:43 -08:00
fix.go do not idx file format 2020-09-12 12:42:36 -07:00
master.go adding /usr/local/etc/seaweedfs for bsd style config search path 2020-12-07 16:46:48 -08:00
mount.go disk type only supports hdd and ssd, not ready for random tags yet 2021-02-14 11:38:43 -08:00
mount_darwin.go fuse: check mount point available before do runmount 2019-11-27 22:56:44 +08:00
mount_freebsd.go fuse: check mount point available before do runmount 2019-11-27 22:56:44 +08:00
mount_linux.go FUSE mount: make "nonempty" optional 2020-03-21 19:14:25 -07:00
mount_notsupported.go FUSE: add os specific mount options 2019-10-27 09:12:10 -07:00
mount_std.go disk type can be generic tags 2021-02-13 13:50:14 -08:00
msg_broker.go combine msgBroker into weed server command 2020-05-17 22:44:20 -07:00
s3.go s3: add option for "alllowEmptyFolder" 2020-12-27 10:50:27 -08:00
scaffold.go better postgres connection pool management 2021-02-15 07:45:09 +02:00
scaffold_test.go fix test 2019-11-28 18:44:27 -08:00
server.go disk type only supports hdd and ssd, not ready for random tags yet 2021-02-14 11:38:43 -08:00
shell.go shell: add shell.toml support 2020-12-28 15:07:18 -08:00
upload.go disk type only supports hdd and ssd, not ready for random tags yet 2021-02-14 11:38:43 -08:00
version.go inject git version into build 2020-06-02 00:10:38 -07:00
volume.go disk type only supports hdd and ssd, not ready for random tags yet 2021-02-14 11:38:43 -08:00
volume_test.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
webdav.go resolve directories if containing home directory 2020-07-16 22:50:14 -07:00