Skip to content

Commit e593ee0

Browse files
committed
feat(airflow.cfg): remove deprecated and used session_lifetime_days config
1 parent a2a02d1 commit e593ee0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

airflow.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,11 @@ x_frame_enabled = True
7474
# 0 means never get forcibly logged out
7575
force_log_out_after = 0
7676

77-
# The UI cookie lifetime in days
78-
session_lifetime_days = 30
79-
8077
authenticate = False
8178
auth_backend = airflow.api.auth.backend.default
8279

8380

8481
[celery]
85-
8682
# The concurrency that will be used when starting workers with the
8783
# ``airflow celery worker`` command. This defines the number of task instances that
8884
# a worker will take, so size up your workers based on the resources on

0 commit comments

Comments
 (0)