Changeset 49 in code


Ignore:
Timestamp:
Oct 20, 2021, 8:28:11 PM (4 years ago)
Author:
dev
Message:

Delete useless metactx param

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/partage.go

    r48 r49  
    4848        metapath string
    4949        filectx  string
    50         metactx  string
    5150        maxsize  int64
    5251        expiry   int64
     
    262261        conf.metapath = cfg.Section("").Key("metapath").String()
    263262        conf.filectx = cfg.Section("").Key("filectx").String()
    264         conf.metactx = cfg.Section("").Key("metactx").String()
    265263        conf.rootdir = cfg.Section("").Key("rootdir").String()
    266264        conf.chroot = cfg.Section("").Key("chroot").String()
     
    305303        conf.metapath = "meta"
    306304        conf.filectx = "/f/"
    307         conf.metactx = "/m/"
    308305        conf.maxsize = 34359738368
    309306        conf.expiry = 86400
Note: See TracChangeset for help on using the changeset viewer.