<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://powerui.kulestar.com/wiki/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages</id>
		<title>PowerUI - New pages [en]</title>
		<link rel="self" type="application/atom+xml" href="https://powerui.kulestar.com/wiki/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages"/>
		<link rel="alternate" type="text/html" href="https://powerui.kulestar.com/wiki/index.php?title=Special:NewPages"/>
		<updated>2026-06-04T04:40:37Z</updated>
		<subtitle>From PowerUI</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://powerui.kulestar.com/wiki/index.php?title=Throttling</id>
		<title>Throttling</title>
		<link rel="alternate" type="text/html" href="https://powerui.kulestar.com/wiki/index.php?title=Throttling"/>
				<updated>2018-11-29T22:22:46Z</updated>
		
		<summary type="html">&lt;p&gt;Bablakeluke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By default, PowerUI will dispatch all web requests immediately. This can result in scenarios where large amounts of UI&amp;#039;s being created at once can hit a server hard, and potentially result in the server throttling your requests or outright rejecting them. You can limit this using the built in max request limit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
// During setup&lt;br /&gt;
PowerUI.Http.Web.MaxSimultaneousRequests = 6;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using &amp;#039;6&amp;#039; essentially matches Chrome. This will restrict the maximum number of simultaneous HTTP/S requests leaving PowerUI to the number you specify. The default is -1 meaning no limit. Any additional requests made will simply wait in a queue until prior requests complete.&lt;/div&gt;</summary>
		<author><name>Bablakeluke</name></author>	</entry>

	</feed>