mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Merge pull request #5045 from appwrite/feat-aggregate-stats
Feat aggregate stats
This commit is contained in:
commit
7261febebe
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class Hamster extends Action
|
||||||
'Executions' => 'executions.$all.compute.total',
|
'Executions' => 'executions.$all.compute.total',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected string $directory = '/usr/local/dev';
|
protected string $directory = '/usr/local';
|
||||||
protected string $path;
|
protected string $path;
|
||||||
|
|
||||||
protected string $date;
|
protected string $date;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue