Changeset 49 in code for trunk/partage.go
- Timestamp:
- Oct 20, 2021, 8:28:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/partage.go
r48 r49 48 48 metapath string 49 49 filectx string 50 metactx string51 50 maxsize int64 52 51 expiry int64 … … 262 261 conf.metapath = cfg.Section("").Key("metapath").String() 263 262 conf.filectx = cfg.Section("").Key("filectx").String() 264 conf.metactx = cfg.Section("").Key("metactx").String()265 263 conf.rootdir = cfg.Section("").Key("rootdir").String() 266 264 conf.chroot = cfg.Section("").Key("chroot").String() … … 305 303 conf.metapath = "meta" 306 304 conf.filectx = "/f/" 307 conf.metactx = "/m/"308 305 conf.maxsize = 34359738368 309 306 conf.expiry = 86400
Note:
See TracChangeset
for help on using the changeset viewer.