SRSMAXUS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
saved record set facility.
saved record set facility.


The SRSMAXUS parameter has no effect unless [[SRSMAX Parameter|SRSMAX]] is
The SRSMAXUS parameter has no effect unless [[SRSMAX parameter|SRSMAX]] is
set to a non-zero value.
set to a non-zero value.


[[Category:System Parameters]]
[[Category:System Parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 20:06, 5 October 2010

Default value
0
Parameter type
System
Where set
System manager resettable
Related products
Janus Web Server
Introduced
Before Sirius Mods 6.7

This parameter sets the maximum number of saved record sets per user. This limit is a per-userid limit, and it applies even if the userid is being used from multiple web browsers. The default for SRSMAXUS of 0 means that there is no per-user limit for saved record sets.

SRSMAXUS can be used to ensure that a single user, either as the result of a programming error or simply through running frequent queries, does not monopolize the saved record set facility.

The SRSMAXUS parameter has no effect unless SRSMAX is set to a non-zero value.