Picture (Config): Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
 
Line 11: 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.  


===Default===
===Default===
Client picture caching defaults to ON.
Client picture caching defaults to ON.


For disambiguation, see [[Picture]].
For information on how pictures can be output (displayed) see [[Picture]].


<noinclude>
<noinclude>
[[Category:Config]]
[[Category:Config]]
</noinclude>
</noinclude>

Latest revision as of 23:25, 19 January 2020

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.

Default

Client picture caching defaults to ON.

For information on how pictures can be output (displayed) see Picture.