removing nullcache

This commit is contained in:
2019-05-30 01:34:29 -05:00
parent 86719ec3d2
commit fce1b4c584

View File

@@ -74,12 +74,6 @@ class ProcessStructureJob implements ShouldQueue
$this->esi = new Eseye($authentication);
// Disable all caching by setting the NullCache as the
// preferred cache handler. By default, Eseye will use the
// FileCache.
$configuration = Configuration::getInstance();
$configuration->cache = NullCache::class;
//Set the connection for the job
//$this->connection = 'redis';
}