mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Stop Laravel from loading another DB conn for poller/discovery (#8691)
This commit is contained in:
committed by
Tony Murray
parent
7b299983d5
commit
2815979f5f
@@ -99,7 +99,7 @@ ini_set('display_errors', 1);
|
||||
if (!module_selected('nodb', $init_modules)) {
|
||||
// Connect to database
|
||||
try {
|
||||
\LibreNMS\DB\Eloquent::boot();
|
||||
// \LibreNMS\DB\Eloquent::boot();
|
||||
|
||||
dbConnect();
|
||||
} catch (\LibreNMS\Exceptions\DatabaseConnectException $e) {
|
||||
|
Reference in New Issue
Block a user