Commit 06650baf authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Document the role of MaxBackground.

parent 8c878d57
......@@ -193,7 +193,9 @@ type MountOptions struct {
// Options are passed as -o string to fusermount.
Options []string
// Default is _DEFAULT_BACKGROUND_TASKS, 12.
// Default is _DEFAULT_BACKGROUND_TASKS, 12. This numbers
// controls the allowed number of requests that relate to
// async I/O. Concurrency for synchronous I/O is not limited.
MaxBackground int
}
......
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