-
I want to change the timeout for the on_close event from the default 60. The documentation page says it's a configured timeout but not necessarily a configurable timeout. Can this timeout be changed within python? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Yes. There's a variable for that, but I forgot where @FeodorFitsner mentioned the exact name. Maybe @FeodorFitsner please add a list of all the Flet defaults to the website. Eventually with some brief descriptions. 🙏 |
Beta Was this translation helpful? Give feedback.
-
I can't mark a reply as an answer, so the answer is here. An environment variable FLET_APP_LIFETIME_MINUTES is used for session close |
Beta Was this translation helpful? Give feedback.
I can't mark a reply as an answer, so the answer is here. An environment variable FLET_APP_LIFETIME_MINUTES is used for session close