Browse Source

Remove reference to 32-bit systems. (#25971)

They are not supported anymore as of #25435.
Adrien Grand 8 years ago
parent
commit
1b34f691e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/index-modules/store.asciidoc

+ 2 - 2
docs/reference/index-modules/store.asciidoc

@@ -39,8 +39,8 @@ The following sections lists all the different storage types supported.
 `fs`::
 
 Default file system implementation. This will pick the best implementation
-depending on the operating environment: `simplefs` on Windows 32bit, `niofs`
-on other 32bit systems and `mmapfs` on 64bit systems.
+depending on the operating environment, which is currently `mmapfs` on all
+supported systems but is subject to change.
 
 [[simplefs]]`simplefs`::