codeigniter最长执行时间为3600秒

I use codeigniter and i have this error:

Maximum execution time of 3600 seconds.

I'd like to put in my code:

ini_set('max_execution_time', 0);

The question is, where should i put that code? in controllers or models?