Commit b0c96afa authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Set more conservative values of cache timeouts.

parent 6f5fc437
......@@ -152,10 +152,10 @@ func (me *LoopbackFileSystem) GetXAttr(name string, attr string) ([]byte, Status
return data, Status(errNo)
}
func (me *LoopbackFileSystem) SetOptions(options *PathFileSystemConnectorOptions) {
options.NegativeTimeout = 100.0
options.AttrTimeout = 100.0
options.EntryTimeout = 100.0
func (me *LoopbackFileSystem) FillOptions(options *PathFileSystemConnectorOptions) {
options.NegativeTimeout = 3.0
options.AttrTimeout = 3.0
options.EntryTimeout = 3.0
}
////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment