Picture (Config): Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "CONFIG PICTURE is a BRconfig.sys keyword that allows you to change the CACHE setting for pictures located on the client. ===Syntax=== CONFIG PICTURE CACHE_ON | CACH...")
(No difference)

Revision as of 14:15, 2 August 2015

CONFIG PICTURE is a BRconfig.sys keyword that allows you to change the CACHE setting for pictures located on the client.

Syntax

CONFIG PICTURE CACHE_ON | CACHE_OFF

CONFIG PICTURE CACHE_ON or CONFIG PICTURE CACHE_OFF are the only valid PICTURE config statements. Any other values or no values will be rejected.

CACHE_ON means that any pictures referenced on the client will be locally cached according to their file name.

If CACHE_OFF is in effect, all picture references are freshly retrieved from the server even if they happen to exist on the client (@: reference). This is something that has objected to and is on the list to correct.

Default

Client picture caching defaults to ON.

For disambiguation, see Picture.