Level 2
by the way, it looks like time out is not an exception.. because i got no exception message for this.
I am trying to upload a big csv file, and use laravel to read it and insert into database. however, if the operation time is longer than 60 s. the request will break, and at client side will receive 504 server time out error.
I searched on line for the configuration of this part. it looks like i have to change multiple places, but i can not find exactly one in forge.
If any help or advise on this?
PS: i set 'max_execution_time' before i try to operate the file, but no lucky!
Please or to participate in this conversation.