.env update and kernel update for horizon

This commit is contained in:
2019-05-14 00:26:57 -05:00
parent 1e36c38d24
commit c36e49c7df
3 changed files with 4 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ class Kernel extends ConsoleKernel
$schedule->command('services:PiTransactions')
->hourly()
->withoutOverlapping();
//Horizon Graph Schedule
$schedule->command('horizon:snapshot')->everyFiveMinutes();
}
/**