<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/dev-club/f/questions-answers/359/how-to-modify-the-query-limit-in-cases</link><description>When i search in Cases and filtered Date Created is equal to 1 day. It gives me this error =&amp;gt; HTTP: 500 Internal Server Error Unknown error. Then i created a file to override the config.php into config_override.php =&amp;gt; &amp;lt;?php
/***CONFIGURATOR***/
$sugar_config</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16977?ContentTypeID=1</link><pubDate>Thu, 04 Feb 2016 07:41:10 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:7d7f4e8a-9c35-4cc1-8a1f-d00779f04f58</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;I already got the solution :-) in exporting large amount data and selecting all the records in the search. Here is my config_override.php&lt;/p&gt;&lt;p&gt;$sugar_config['resource_management']['special_query_modules'][] = &amp;#39;Cases&amp;#39;;&amp;nbsp; &lt;/p&gt;&lt;p&gt;$sugar_config['resource_management']['special_query_limit'] = 70000;&lt;/p&gt;&lt;p&gt;$sugar_config['resource_management']['default_limit'] = 50000;&lt;/p&gt;&lt;p&gt;$sugar_config['max_record_fetch_size']= 70000; &lt;/p&gt;&lt;p&gt;$sugar_config['api']['timeout'] = 8000;&amp;nbsp; // more than 2 hours&lt;/p&gt;&lt;p&gt;after overriding the php.ini &amp;#39;max_execution_time=30&amp;#39; at your desired amount of time, you will be stuck to &lt;strong&gt;Request Timeout. The request has timed out.&lt;/strong&gt; API timeout by default is 180s (3min). so override it using $sugar_config['api']['timeout']&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Longki Dela Cruz&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16973?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2016 09:15:02 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:0e9596c3-c4ab-4c3c-b1fd-0b5e6f3e605f</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;the fetch always gets aborted at 3 min and 4 sec then it prompts &lt;strong&gt;Request Timeout. The request has timed out.&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;anyone can help me get through this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16972?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2016 05:56:41 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:16c7e142-bc2a-4181-b7d2-3c26e677fe08</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;max_execution_time=3600; is not enough? hmm il try to observe on changes on this. il try to vary it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16971?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2016 05:49:29 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:2fa133f5-5864-4da7-b42b-24f04d6305e4</guid><dc:creator>Ajay Kumar</dc:creator><description>&lt;p&gt;Hmm.You should take care of max_execution_time according to how many records you are trying to fetch.You need to make adjustment on both.If you are increasing no of records,then you need to increase max_exection_time as well.If you are decreasing ,then you need to decrease.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16970?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2016 01:49:38 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:84d052ea-8b17-4310-9ecf-8ff775987bc4</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;Hi Ajay,&lt;/p&gt;&lt;p&gt;I guess our network having issues, maybe the Quick Repair was done before my winscp completed the transfer of file so the edited config_overrride didnt load. I now get &lt;strong&gt;Request Timeout Error&lt;/strong&gt; after ensuring that the file was uploaded then did Quick Repair. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16969?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2016 09:51:10 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:4fd21063-adbc-495d-b48b-0b8202c9c3d5</guid><dc:creator>Ajay Kumar</dc:creator><description>&lt;p&gt;Hmm. I was thinking changing the value of this parameter,will help us.But it didnt ,it seems.I am not aware of there is limit upto 1200.can you make sure value once again in your config_override.php/config.php&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16968?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2016 09:28:12 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:d9a6beb0-d51c-47e6-b642-1808670d1ef8</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;i also forcely edit the config.php max_record_fetch_size=1500 then it gives me this&lt;/p&gt;&lt;p&gt;&lt;span style="color:#2c1f04;font-family:Helvetica, Arial, sans-serif;font-size:12px;text-align:center;background-color:#fdf8ee;"&gt;There are more than 1200 records in the result set. You have selected the first 1200 records. &lt;/span&gt;Clear selections.&lt;/p&gt;&lt;p&gt;Hmm 1200 is the limit?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16967?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2016 07:29:50 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:db5aad2b-ef35-44ad-84b4-994665daae5a</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;i tried below&lt;/p&gt;&lt;pre class="php"&gt;$sugar_config['max_record_fetch_size']=1200;
&lt;/pre&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;and it gets through, beyond that its a Request timeout error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16976?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2016 07:21:53 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:bfe842bf-0125-4efa-a67b-c01ecc383732</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;&lt;a href="https://sugarclub.sugarcrm.com/members/ajay01"&gt;Ajay Kumar&lt;/a&gt; - its Centos 6.5&lt;/p&gt;&lt;p&gt;I tried&lt;/p&gt;&lt;pre class="php"&gt;$sugar_config['max_record_fetch_size']=1200;
&lt;/pre&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;and it gets through.. Beyond that, its a Request timeout error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16966?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2016 01:30:57 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:16928c8c-a988-40c8-9206-fed9a79a7854</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;i already set the max_execution_timelimit = 3600&lt;/p&gt;&lt;p&gt;and here is my config_override.php&lt;/p&gt;&lt;p&gt;$sugar_config['resource_management']['special_query_modules'][] = &amp;#39;Cases&amp;#39;;&amp;nbsp; &lt;/p&gt;&lt;p&gt;$sugar_config['resource_management']['special_query_limit'] = 50000;&lt;/p&gt;&lt;p&gt;$sugar_config['resource_management']['default_limit'] = 50000;&lt;/p&gt;&lt;p&gt;$sugar_config['max_record_fetch_size']= 5000;&lt;/p&gt;&lt;p&gt;i am querying a sample size of 1.5k cases but it prompts me an error of Request timeout, no error in logs.&lt;/p&gt;&lt;p&gt;where did it went wrong &lt;a href="https://sugarclub.sugarcrm.com/members/ajay01"&gt;Ajay Kumar&lt;/a&gt; ? :-( pls help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16965?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 11:03:14 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:019482aa-bf33-4dc5-ac36-571d9ec1be35</guid><dc:creator>Ajay Kumar</dc:creator><description>&lt;p&gt;Try changing the value of &amp;quot;max_record_fetch_size&amp;quot; this parameter in config_override.php.&lt;/p&gt;&lt;p&gt;similar like&lt;/p&gt;&lt;pre class="php"&gt;$sugar_config['max_record_fetch_size']=1500; //your value
&lt;/pre&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;Note: If we increasing value of this parameter,this will take little more time to fetch according to value.So you need to consider that also(i meant max execution time in php.ini).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16964?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 08:23:55 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:5aeb12e7-00d8-4b89-bcac-d2c538b395d9</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;@ ajay: i already have done this. set to 3600 secs as per granted by our team leader. but still when it prompts&lt;/p&gt;&lt;p&gt;&lt;span style="color:#2c1f04;font-family:Helvetica, Arial, sans-serif;font-size:12px;text-align:center;background-color:#fdf8ee;"&gt;There are more than 1000 records in the result set. You have selected the first 1000 records. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;Is there a way to select more than 1000 results?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16962?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 02:21:39 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:4401a46f-04e8-4072-a501-1bb62570762f</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;i extended the class RecordListApi in my and inserted set_time_limit(0) in the function recordListGet($api, $args)&lt;br /&gt;but still i got the same error, Max execution time of 30 seconds exceeded ..&lt;/p&gt;&lt;p&gt;have i done it correctly? or should i put it in js instead?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16963?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 11:12:20 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:83b466ab-e103-4e68-9866-810ff5b0b2ca</guid><dc:creator>Dennis Wangerin</dc:creator><description>&lt;p&gt;While in general I would also recommend to increase the max_execution time at least to 180 ( Might also be the same problem when importing / uploading / running large reports ), searching in the list view for 30+ seconds seems too long.&lt;/p&gt;&lt;p&gt;Could you &lt;a href="http://dev.mysql.com/doc/refman/5.5/en/mysql-indexes.html" rel="nofollow" target="_blank"&gt;create a MySQL INDEX&lt;/a&gt; on the date_created column in cases to see if that improves the search times?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16961?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 10:06:49 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:a497ec19-6678-41ae-8069-28c0809d2bed</guid><dc:creator>Ajay Kumar</dc:creator><description>&lt;p&gt;I am sure that list view controller is clients/base/views/recordlist/recordlist.js.I believe this will be calling recordlistapi.php.&lt;/p&gt;&lt;p&gt;You can find this in sugarcrm/clients/base/api/RecordListApi.php.Try extending that to custom and add your time limit to that file,then check once.&lt;/p&gt;&lt;p&gt;Will see any luck or not?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16960?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 09:38:28 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:6488ccc0-0fee-4622-b5f1-f36bb3809ce9</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;do you know the file running on the Select All button so that i can insert &lt;strong&gt;set_time_limit()&lt;/strong&gt;?&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;im hesitant to change the php.ini as our dev server also holds the exact copy of our projects/clients, it may cause server overload, or performance issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16959?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 09:29:03 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:31b542d9-7bf3-4b98-a950-6e352ade51a7</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;is this safe? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16958?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 09:00:55 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:196586bb-5d01-40f9-9158-5468d85008b3</guid><dc:creator>Ajay Kumar</dc:creator><description>&lt;p&gt;Ok.Now you can change that 30 to 1000 like below &lt;/p&gt;&lt;p&gt;&lt;em&gt; max_execution_time = &lt;/em&gt;&lt;span class="number"&gt;&lt;em&gt;1000 &lt;/em&gt;&lt;br /&gt;&lt;/span&gt;and restart your apache once.Then check once.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16957?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 08:57:01 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:6384c7b1-9ff9-478f-bf3e-02ea768af1f0</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;here is the update when i googled to see my php.ini&lt;/p&gt;&lt;p&gt;[root@server ~]# php -i | grep php.ini&lt;/p&gt;&lt;p&gt;Configuration File (php.ini) Path =&amp;gt; /etc&lt;/p&gt;&lt;p&gt;Loaded Configuration File =&amp;gt; /etc/php.ini&lt;/p&gt;&lt;p&gt;[root@server ~]# grep -i max_execution /etc/php.ini&lt;/p&gt;&lt;p&gt;&lt;strong&gt;max_execution_time = 30&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16975?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 08:35:09 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:6c1050cf-f51e-40eb-af1a-c6c9b2f4a256</guid><dc:creator>Ajay Kumar</dc:creator><description>&lt;p&gt;Ok.what is your operating system? I meant sugar hosted operating system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16956?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 07:50:26 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:9929e061-7083-4336-b075-54214e3a547e</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;im using putty.. im in my root folder then at /etc i typed php -i&lt;br /&gt;then i found &lt;span style="color:#000000;font-family:Consolas, &amp;#39;Courier New&amp;#39;, Courier, mono, serif;font-size:12px;"&gt;max_execution_time = 0 =&amp;gt; 0&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16955?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 07:39:30 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:b2639e11-fba6-4d80-adc2-cc7d4f024d5e</guid><dc:creator>Ajay Kumar</dc:creator><description>&lt;p&gt;If you are using ubuntu machine,php.ini file path will be in /etc/php5/apache2/php.ini&lt;/p&gt;&lt;p&gt;To find file path location.&lt;/p&gt;&lt;p&gt;If ubuntu,&lt;/p&gt;&lt;p&gt;Create a file &amp;quot;phpinfo.php&amp;quot; in document root directory&lt;/p&gt;&lt;pre class="php"&gt;&amp;lt;php
phpinfo();
?&amp;gt;
&lt;/pre&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;and execute this file in browser.There you will be having parameter like &amp;quot;loaded configuration file&amp;quot;.Note that path,Then change in there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16974?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 07:36:37 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:7f426999-ad4f-4d5c-a6c2-48bd043bd4db</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;blockquote class="jive-quote"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;Ajay Kumar wrote:&lt;/p&gt;&lt;p&gt;Hi Longki,&lt;/p&gt;&lt;p&gt;I am not sure this is cause of max execution time.Can you try checking/changing value of &lt;em&gt;max_execution_time&lt;/em&gt; in your php.ini.&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;div class="dp-highlighter"&gt;&lt;div class="bar"&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;ol class="dp-c" start="1"&gt;&lt;li class="alt"&gt;&lt;span&gt;&lt;span&gt;max_execution_time = &lt;/span&gt;&lt;span class="number"&gt;1000&lt;/span&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;blockquote class="jive-quote"&gt;&lt;blockquote class="jive-quote"&gt; &lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;and restart your apache and check once.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;span style="font-size:12px;font-family:Consolas, &amp;#39;Courier New&amp;#39;, Courier, mono, serif;color:#000000;"&gt;max_execution_time = 0 =&amp;gt; 0&lt;/span&gt;&lt;span class="number" style="font-size:12px;font-family:Consolas, &amp;#39;Courier New&amp;#39;, Courier, mono, serif;color:green;"&gt;&lt;/span&gt;&lt;span style="font-size:12px;font-family:Consolas, &amp;#39;Courier New&amp;#39;, Courier, mono, serif;color:#000000;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16954?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 07:28:20 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:f153ed1d-b1fc-4986-a876-9e5272ac9d34</guid><dc:creator>Roland Cadavos</dc:creator><description>&lt;p&gt;@ajay: ok ill try.. where can i usually find this file? xD&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to modify the query limit in Cases?</title><link>https://sugarclub.sugarcrm.com/thread/16953?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 07:16:36 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:b51f2b73-d953-4e24-a54f-cfc0a62ea4d1</guid><dc:creator>Ajay Kumar</dc:creator><description>&lt;p&gt;Hi Longki,&lt;/p&gt;&lt;p&gt;I am not sure this is cause of max execution time.Can you try checking/changing value of &lt;em&gt;max_execution_time&lt;/em&gt; in your php.ini.&lt;/p&gt;&lt;pre class="php"&gt;max_execution_time = 1000
&lt;/pre&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;and restart your apache and check once.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>