diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 3db37c0091..f15b8fc13e 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -275,6 +275,10 @@ ;ConnectionString = "" ;Realm = "fsassets" + ;; FSAssets uses a folder structure to reduce file access times. By default that structure is 00/00/00 + ;; Setting this to true will switch to an older 000/000 format, which can cause issues with long file lists + ;UseOsgridFormat = false + ;; The following are common to both the default asset service and FSAsset service ;; Common asset service options diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 04c67a2de6..a33d458322 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -230,6 +230,10 @@ ;ConnectionString = "" ;Realm = "fsassets" + ;; FSAssets uses a folder structure to reduce file access times. By default that structure is 00/00/00 + ;; Setting this to true will switch to an older 000/000 format, which can cause issues with long file lists + ;UseOsgridFormat = false + ;; The following are common to both the default asset service and FSAsset service ;; Common asset service options