mirror of
https://github.com/neocities/neocities.git
synced 2025-07-02 17:13:26 +02:00
add domain index, check uri on screenshots, set workers to system cpu core count
This commit is contained in:
parent
ea927551ef
commit
f109b416a0
3 changed files with 14 additions and 3 deletions
9
migrations/117_add_sites_domain_index.rb
Normal file
9
migrations/117_add_sites_domain_index.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_index :sites, :domain
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_index :sites, :domain
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue