From 01702edf2f3558889466b21f9a3c40f5cdc33bd7 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Wed, 13 Nov 2024 22:14:10 -0800 Subject: [PATCH] Revert "restore reload_path" This reverts commit f89aa7cbf90bbc5fe6c149237ea630a2978994aa. --- src/Plugin/SolrConnector/PantheonSolrConnector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Plugin/SolrConnector/PantheonSolrConnector.php b/src/Plugin/SolrConnector/PantheonSolrConnector.php index f2a4740c..c2ce5ea2 100644 --- a/src/Plugin/SolrConnector/PantheonSolrConnector.php +++ b/src/Plugin/SolrConnector/PantheonSolrConnector.php @@ -129,7 +129,6 @@ public static function getPlatformConfig() { 'path' => getenv('PANTHEON_INDEX_PATH'), 'core' => getenv('PANTHEON_INDEX_CORE'), 'schema' => getenv('PANTHEON_INDEX_SCHEMA'), - 'reload_path' => getenv('PANTHEON_INDEX_RELOAD_PATH'), ]; }