Archived
1
0
Fork 0

Fix connection to gearman server

This commit is contained in:
Mercier Pierre-Olivier 2013-12-15 18:31:46 +01:00
commit 65e2f61319
3 changed files with 3 additions and 3 deletions

View file

@ -105,5 +105,5 @@ sub process
return $out;
}
Process::set_servers("gearman:4730");
Process::set_servers("gearmand:4730");
Process::register_no_parse("get_csv", \&process);