Skip to content

Commit

Permalink
fix(migration): update properly registration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerni10 committed Jan 6, 2025
1 parent b322f04 commit 866286f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/migration/entity-migrations/v3.5.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,9 +866,9 @@ async function updateRegistrationSettings(knex: Knex): Promise<void> {
table.boolean('command_delete_north');
});
await knex(REGISTRATIONS_TABLE).update({
command_retry_interval: 10,
command_refresh_interval: 10,
command_retry_interval: 5,
message_retry_interval: 5,
command_refresh_interval: 5,
command_update_version: true,
command_restart_engine: true,
command_regenerate_cipher_keys: true,
Expand Down

0 comments on commit 866286f

Please sign in to comment.