Tue, 18 Jul 2023 19:41:56 +0200 | wenzelm | clarified modules; | changeset | files |
Tue, 18 Jul 2023 19:51:12 +0200 | wenzelm | renamed object Data to private_data, to emphasize its intended scope (but it is publicly accessible in the database); | changeset | files |
Tue, 18 Jul 2023 13:34:18 +0200 | wenzelm | more conservative build_delay (despite 9600720071e6): avoid exessive build_database operations, notably via ssh; | changeset | files |
Tue, 18 Jul 2023 13:32:34 +0200 | wenzelm | proper running limit, based on this worker process; | changeset | files |
Tue, 18 Jul 2023 12:55:43 +0200 | wenzelm | more robust: implicit locking of tables in standard order; | changeset | files |
Tue, 18 Jul 2023 12:50:34 +0200 | wenzelm | more uniform guard (!exists_table(table)): avoid "ALTER TABLE" on already existing table, which could lead to deadlocks if this is presently locked; | changeset | files |