Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows SharePoint Services 3.0
Topic Last Modified: 2007-09-07
Specifies the maximum number of work items that can be obtained on a given query for work items that are scheduled to run. Throttle will override batch size.
stsadm -o setproperty
-propertyname workitem-eventdelivery-throttle
-propertyvalue <A valid integer>
**\[-url\]** \<https://server\_name\>
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname workitem-eventdelivery-throttle
**\[-url\]** \<https://server\_name\>
Note
You can substitute -pn for -propertyname and -pv for -propertyvalue.
The following table shows possible values.
Name | Value |
---|---|
propertyname |
Gets or sets the name of the property. |
propertyvalue |
A valid integer. For example, if there are 200 jobs in the queue, but the value is set to 100, only the first 100 jobs will be executed by the timer service. The default value is 100. |
url |
Typically, a path to the URL of the Web application, in the form http://server_name. |
To set the number of work items to be processed to 125, use the following syntax:
stsadm -o setproperty -pn workitem-eventdelivery-throttle -pv "125"
To view the current setting of the workitem-eventdelivery-throttle property, use the following syntax:
stsadm -o getproperty -pn workitem-eventdelivery-throttle