[Enhancement] Add download rate limiting to app settings (#646)
* Added rate limit column to settings * Added limit_rate option to command runner * Added rate limit to settings form
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule Pinchflat.Repo.Migrations.AddRateLimitSpeedToSettings do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:settings) do
|
||||
add :download_throughput_limit, :string
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user