From 9fc2a1e13a2b6a37159b09b5da254bd726a8f2e1 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Thu, 28 Oct 2021 14:54:43 -0700 Subject: [PATCH] reverted property change --- backend/src/main/resources/application.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index ac72fcc21..0556e5b45 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,8 +1,6 @@ # Server Configuration #server.port=8080 -server.servlet.session.timeout=1m - # Logging Configuration #logging.config=classpath:log4j2.xml