Lengthen the closing time of the application?

Hello people! One question, how can I remove or lengthen the closing time of the application?
I am with version 7.1.5 node+quasar

Go to Authentication and configure JWT Duration, and set the time in minutes.

@willvin But that is from the application… I mean the forms, when a form is open, it closes after 2 or 3 minutes.
I have a very particular form that is very large and sometimes it takes time to load a data because they need to take weight, height and other data.

For PHP, set

max_execution_time

on php.ini file on the server, you are hosting the app on.

1 Like

I’m using node+quasar