Skip to content

Commit

Permalink
add quota
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jun 28, 2022
1 parent bf99998 commit ea9e181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/publicapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"display_name": "DB",
"quotas": {
"Db.Create": 1000000,
"Db.Count": 1000000,
"Db.Read": 1000000,
"Db.Update": 1000000,
"Db.Delete": 1000000
"Db.Delete": 1000000,
"Db.ListTables": 1000000
}
}

0 comments on commit ea9e181

Please sign in to comment.