<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hi,<br></div><div><div><br></div>On Nov 25, 2016, at 4:30 PM, Gaurav Jain &lt;<a href="mailto:monkeyfdude@gmail.com">monkeyfdude@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>I see following code in CalendarServer-7.0. Can I go with these values in Production?<div><br></div><div>If not, why not? Please provide pointers.</div><div><div><br></div><div><br><div>-------------------------------------------------------------------------------------------------------------------------------------------------------</div><div>







<p class="gmail-p1"><span class="gmail-s1">&nbsp; &nbsp; &nbsp; &nbsp; # Enable the queue and make it fast</span></p>
<p class="gmail-p1"><span class="gmail-s1">&nbsp; &nbsp; &nbsp; &nbsp; self.patch(self.config.Scheduling.Options.WorkQueues, "Enabled", True)</span></p></div></div></div></div></blockquote><div>The context where this appears is important, e.g.&nbsp;<a href="https://github.com/apple/ccs-calendarserver/blob/af0b949d1f41475a9e1ac6756f6a79ecde1ff3e7/calendarserver/tools/test/test_importer.py#L277">https://github.com/apple/ccs-calendarserver/blob/af0b949d1f41475a9e1ac6756f6a79ecde1ff3e7/calendarserver/tools/test/test_importer.py#L277</a></div><div><br></div><div>The above file is part of our unit tests, which run against various 'stub' implementations of server classes that do not produce an actual server, but rather only as much behavior as is needed to test the component in question. Unit tests are optimized for speed and are not constrained by many things that affect a real server, so don't try to apply those optimizations to a production config.</div><div><br></div><div>The defaults used by a running server are catalogued here:&nbsp;<a href="https://github.com/apple/ccs-calendarserver/blob/master/conf/caldavd-stdconfig.plist">https://github.com/apple/ccs-calendarserver/blob/master/conf/caldavd-stdconfig.plist</a></div><div><br></div><div>-dre</div></body></html>