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...")
 
Line 4: Line 4:


  CONFIG PICTURE CACHE_ON | CACHE_OFF
  CONFIG PICTURE CACHE_ON | CACHE_OFF
[[image:ConfigPic.png]]


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.
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.
Line 9: Line 11:
CACHE_ON means that any pictures referenced on the client will be locally cached according to their file name.
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.  
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===
===Default===

Revision as of 14:20, 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.