From 1463f771ed9502d2bb8855aa485ab46ff4cfd783 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Dec 2021 17:34:11 -0800 Subject: [PATCH] Updated Volume Server API (markdown) --- Volume-Server-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Volume-Server-API.md b/Volume-Server-API.md index 39934f9..733e304 100644 --- a/Volume-Server-API.md +++ b/Volume-Server-API.md @@ -33,7 +33,7 @@ The size returned is the size stored on SeaweedFS, sometimes the file is automat | URL Parameter | Description | Default | | ---- | -- | -- | -| fsync | if "true", the writes will incur an fsync operation | false | +| fsync | if "true", the write will incur an fsync operation | false | | type | if "replicate", this is a replicated request, so the writes will not be replicated to other volume servers | empty | | ts | modification timestamp in epoch seconds | empty | | cm | content is a chunk manifest file | empty |