This commit is contained in:
fogelito
2023-10-16 18:11:52 +03:00
parent 0b94761386
commit f7070d6fa0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -93,8 +93,8 @@ _APP_USAGE_AGGREGATION_INTERVAL=5
_APP_MAINTENANCE_RETENTION_USAGE_HOURLY=8640000
_APP_MAINTENANCE_RETENTION_SCHEDULES=86400
_APP_USAGE_STATS=enabled
_APP_LOGGING_PROVIDER=
_APP_LOGGING_CONFIG=
_APP_LOGGING_PROVIDER=sentry
_APP_LOGGING_CONFIG=sentry_config
_APP_GRAPHQL_MAX_BATCH_SIZE=10
_APP_GRAPHQL_MAX_COMPLEXITY=250
_APP_GRAPHQL_MAX_DEPTH=3
+1 -1
View File
@@ -3,7 +3,6 @@
namespace Appwrite\Platform\Tasks;
use Exception;
use Utopia\Database\Validator\Authorization;
use Utopia\DSN\DSN;
use Utopia\Logger\Log;
use Utopia\Logger\Logger;
@@ -11,6 +10,7 @@ use Utopia\Platform\Action;
use Utopia\App;
use Utopia\CLI\Console;
use Utopia\Pools\Group;
use Utopia\Queue\Server;
use Utopia\Storage\Device;
use Utopia\Storage\Device\DOSpaces;
use Utopia\Storage\Device\Local;