mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
inbound and outbound bandwidth
This commit is contained in:
@@ -22,6 +22,12 @@ class Usage
|
||||
'network' => [
|
||||
'table' => 'appwrite_usage_network_all',
|
||||
],
|
||||
'inbound' => [
|
||||
'table' => 'appwrite_usage_network_inbound',
|
||||
],
|
||||
'outbound' => [
|
||||
'table' => 'appwrite_usage_network_outbound',
|
||||
],
|
||||
'executions' => [
|
||||
'table' => 'appwrite_usage_executions_all',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user