From 751ab3be802a32a56d4e6078d17cc5dab303ef6e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Dec 2021 17:33:34 -0800 Subject: [PATCH] Updated Filer Server API (markdown) --- Filer-Server-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Server-API.md b/Filer-Server-API.md index ca702ef..b6d696d 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -31,7 +31,7 @@ You can append to any HTTP API with &pretty=y to see a formatted json output. | dataNode | data node | empty | | collection | collection | empty | | replication | replication | empty | -| fsync | if "true", the file content writes will incur an fsync operation. (though the file metadata will still be separate) | false | +| fsync | if "true", the file content writes will incur an fsync operation (though the file metadata will still be separate) | false | | ttl | time to live, examples, 3m: 3 minutes, 4h: 4 hours, 5d: 5 days, 6w: 6 weeks, 7M: 7 months, 8y: 8 years | empty | | maxMB | max chunk size | empty | | mode | file mode | 0660 |