Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exteand deletes worker #8274

Open
wants to merge 16 commits into
base: 1.5.x
Choose a base branch
from
Prev Previous commit
Next Next commit
adding const for compatibility
  • Loading branch information
shimonewman committed Jun 9, 2024
commit 7b296e07f7e502400968d6792d6cda95b7b0e13d
3 changes: 3 additions & 0 deletions app/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
const APP_SOCIAL_YOUTUBE = 'https://www.youtube.com/c/appwrite?sub_confirmation=1';
const APP_HOSTNAME_INTERNAL = 'appwrite';

// Databases
const DATABASE_SHARED_TABLES = 'database_db_fra1_self_hosted_16_0';

// Database Reconnect
const DATABASE_RECONNECT_SLEEP = 2;
const DATABASE_RECONNECT_MAX_ATTEMPTS = 10;
Expand Down