Borrow limits
Two limits are available that can be used to prevent clients from borrowing all the available licenses for a given feature, or from borrowing a feature for an unreasonable long time.
- BORROW_LIMIT_COUNT
Imposes a limit on the number of licenses that can be borrowed to
prevent all licenses from being borrowed at the same time. Borrow
limits are configured separately for each feature.
The syntax is:
BORROW_LIMIT_COUNT_<feature name> = <limit count>
Where <limit count> is number from 1 to the number of available licenses for the given feature. If you wish to restrict the feature from being borrowed completely you should specify a restriction as described in the previous section.
Example:
BORROW_LIMIT_COUNT_CLCMAINWB = 1 BORROW_LIMIT_COUNT_CLCGENOMICSWB = 5
The configuration in the example above will allow one license for the CLC Main Workbench to be borrowed and five licenses for the CLC Genomics Workbench to be borrowed.
- BORROW_LIMIT_HOURS
Limit the number of hours that licenses can be borrowed to prevent
licenses from being borrowed too long. Borrow limits are configured
separately for each feature.
The syntax is:
BORROW_LIMIT_HOURS_<feature name> = <limit hours>
Where <limit hours> is a number between 1 and the maximum borrow period imposed by the license. The maximum borrow limit for CLC Workbenches is one week.
Example:
BORROW_LIMIT_HOURS_CLCMAINWB = 48 BORROW_LIMIT_HOURS_CLCGENOMICSWB = 12
The configuration in the example above will allow licenses for the CLC Main Workbench to be borrowed and for 48 hours and licenses for the CLC Genomics Workbench to be borrowed for 12 hours.