Skip to content
Snippets Groups Projects
Commit cc4966a1 authored by Uku Taht's avatar Uku Taht
Browse files

Change default API limit to 600

parent 6a5b383e
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ defmodule Plausible.Auth.ApiKey do
schema "api_keys" do
field :name, :string
field :scopes, {:array, :string}, default: ["stats:read:*"]
field :hourly_request_limit, :integer, default: 1000
field :hourly_request_limit, :integer, default: 600
field :key, :string, virtual: true
field :key_hash, :string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment