mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Expire old pendings #2557
This commit is contained in:
parent
8102b8f1a2
commit
1769ea4227
10 changed files with 77 additions and 14 deletions
|
@ -10,6 +10,7 @@ if con.present? && con.table_exists?('settings')
|
|||
Setting.save_default(:admin_contacts_max_count, 10)
|
||||
Setting.save_default(:tech_contacts_min_count, 1)
|
||||
Setting.save_default(:tech_contacts_max_count, 10)
|
||||
Setting.save_default(:expire_pending_confirmation, 48)
|
||||
|
||||
Setting.save_default(:ds_algorithm, 2)
|
||||
Setting.save_default(:ds_data_allowed, true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue