Skip to content

Commit 6c9e336

Browse files
committed
Remove reference to 32-bit systems. (#25971)
They are not supported anymore as of #25435.
1 parent a51ba5d commit 6c9e336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/index-modules/store.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The following sections lists all the different storage types supported.
3939
`fs`::
4040

4141
Default file system implementation. This will pick the best implementation
42-
depending on the operating environment: `simplefs` on Windows 32bit, `niofs`
43-
on other 32bit systems and `mmapfs` on 64bit systems.
42+
depending on the operating environment, which is currently `mmapfs` on all
43+
supported systems but is subject to change.
4444

4545
[[simplefs]]`simplefs`::
4646

0 commit comments

Comments
 (0)