Skip to content
Discussion options

You must be logged in to vote

You can do the same thing with v5. Write the following code within the AppProvider of your app.

  public async ready() {
    if (this.app.environment === 'web') {
      this.app.container.use('Adonis/Core/Server').instance!.timeout = 0
    }
  }

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@LeCoupa
Comment options

@navinrangar
Comment options

Answer selected by LeCoupa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants