From 583d22efb5901296d1e3dcbc091be5dee9d8a14f Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 14 Jun 2019 22:33:49 -0400 Subject: 10.13 --- zen/file_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/file_io.h') diff --git a/zen/file_io.h b/zen/file_io.h index cf5ecc73..54bde5aa 100644 --- a/zen/file_io.h +++ b/zen/file_io.h @@ -31,7 +31,7 @@ public: FileHandle getHandle() { return fileHandle_; } - //Windows: use 64kB ?? https://technet.microsoft.com/en-us/library/cc938632 + //Windows: use 64kB ?? https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc938632%28v=technet.10%29 //Linux: use st_blksize? //macOS: use f_iosize? static size_t getBlockSize() { return 128 * 1024; }; -- cgit