From 8ecf31eb6774db85086bc8825b654cbb55ed502f Mon Sep 17 00:00:00 2001 From: Vincent Sylvester Date: Fri, 9 Dec 2022 09:46:52 +0100 Subject: [PATCH] Document old fsassets format, only use if required, may cause issues Signed-off-by: UbitUmarov --- bin/Robust.HG.ini.example | 4 ++++ bin/Robust.ini.example | 4 ++++ 2 files changed, 8 insertions(+) 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