diff options
author | UbitUmarov | 2017-11-12 03:26:10 +0000 |
---|---|---|
committer | UbitUmarov | 2017-11-12 03:26:10 +0000 |
commit | eaa239eb06e36c8fbcfc8c602a672a949b70a696 (patch) | |
tree | b65a7167b64830d13c58bd5f7f37236dbe7be4db /bin | |
parent | change opensim.ini.example mutes coments to express what our current code does (diff) | |
download | opensim-SC_OLD-eaa239eb06e36c8fbcfc8c602a672a949b70a696.zip opensim-SC_OLD-eaa239eb06e36c8fbcfc8c602a672a949b70a696.tar.gz opensim-SC_OLD-eaa239eb06e36c8fbcfc8c602a672a949b70a696.tar.bz2 opensim-SC_OLD-eaa239eb06e36c8fbcfc8c602a672a949b70a696.tar.xz |
add a warning in opensim.ini.example mute lists, about the fact viewers cache beening shared by all grids, and that can be confusing
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 658d79c..ceded47 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -675,7 +675,9 @@ | |||
675 | ; the provided MuteListModule is just a Dummy | 675 | ; the provided MuteListModule is just a Dummy |
676 | ; you will need a external module for proper suport. | 676 | ; you will need a external module for proper suport. |
677 | ; if you keep both 2 following settings comment, viewers will use mutes in their caches | 677 | ; if you keep both 2 following settings comment, viewers will use mutes in their caches |
678 | ; if you uncoment both (url is ignored) the mutes will be deleted at login. | 678 | ; if you uncoment both (url is ignored) the mutes will be deleted at login on this instance regions |
679 | ; WARNING: viewers mutes cache seems to shared by all grids, including SL | ||
680 | ; this may cause some confusion. | ||
679 | 681 | ||
680 | ;# {MuteListModule} {MuteListModule:MuteListModule} {} {} None | 682 | ;# {MuteListModule} {MuteListModule:MuteListModule} {} {} None |
681 | ; MuteListModule = MuteListModule | 683 | ; MuteListModule = MuteListModule |