Hi all
Is there a way to access the current server's block size from the language? It seems I can do Server.default.options.blockSize, but this isn't completely safe because it's possible for the ServerOptions' blockSize to have changed since the server was booted. Is there a better way?
Nathaniel