1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Merge branch 'master' of github.com:appwrite/appwrite into framwork-upgrade

This commit is contained in:
Eldad Fux 2020-06-19 20:51:16 +03:00
commit 48efe3ab7a
2 changed files with 2 additions and 1 deletions

View file

@ -168,7 +168,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes = 0
[program:v1-schedule]
command=php /usr/share/nginx/html/vendor/chrisboulton/php-resque-scheduler/resque-scheduler.php
command=php /usr/share/nginx/html/vendor/bin/resque-scheduler
autostart=true
autorestart=true
priority=10

View file

@ -64,6 +64,7 @@ trait AccountBase
*/
public function testCreateAccountSession($data):array
{
sleep(10);
$email = (isset($data['email'])) ? $data['email'] : '';
$password = (isset($data['password'])) ? $data['password'] : '';