store seen mids in session instead of cache and increase sess_data column to medium text

This commit is contained in:
Mario
2024-01-31 13:29:56 +00:00
parent 26ee56f39c
commit b3a5dd8aa8
3 changed files with 43 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ define('PLATFORM_NAME', 'hubzilla');
define('STD_VERSION', '8.9.5');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1261);
define('DB_UPDATE_VERSION', 1262);
define('PROJECT_BASE', __DIR__);