From b6b9fbb433055ee369c78e2e07f1c575c24ca603 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 5 Feb 2025 12:12:57 +0100 Subject: [PATCH] . --- .docker/config/php/php.ini | 5 ++++- .docker/docker-compose.yml | 1 + .idea/dataSources.local.xml | 2 +- .idea/workspace.xml | 15 ++++++++------- gradient.php | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.docker/config/php/php.ini b/.docker/config/php/php.ini index 741c6e7..ff1b8cb 100644 --- a/.docker/config/php/php.ini +++ b/.docker/config/php/php.ini @@ -6,4 +6,7 @@ memory_limit = 12G max_input_vars = 1000000 max_execution_time = 90 session.save_handler = redis -session.save_path = tcp://tortugahome-redis:6379/ \ No newline at end of file +session.save_path = tcp://tortugahome-redis:6379/ +session.gc_maxlifetime = 31536000 +session.gc_probability = 1 +session.gc_divisor = 100 \ No newline at end of file diff --git a/.docker/docker-compose.yml b/.docker/docker-compose.yml index d77fb63..27fef06 100644 --- a/.docker/docker-compose.yml +++ b/.docker/docker-compose.yml @@ -31,6 +31,7 @@ services: working_dir: /application environment: ADB_HOST: host.docker.internal + ADB_VENDOR_KEYS: /application/.docker/android ports: - '2813:2812' - '5037:5037' diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index 3e6c89f..7d7c6e4 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 80c935e..b023d9b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,13 +5,11 @@ + - - - diff --git a/gradient.php b/gradient.php index 85582e4..d4794a4 100644 --- a/gradient.php +++ b/gradient.php @@ -84,7 +84,7 @@ if (nw !== undefined) { var ns = 5; var win = nw.Window.get(); - win.moveTo((ns - 1) * -900, 0); + win.moveTo((ns ) * -900, 0); win.resizeTo(ns * 900, 1440); win.setAlwaysOnTop(true); } -- 2.39.5