Skip to content

Commit 8c2ecad

Browse files
committed
comment
1 parent f82e558 commit 8c2ecad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9344,7 +9344,7 @@ public function getCacheKeys(string $collectionId, ?string $documentId = null, a
93449344
if ($this->adapter->getSupportForHostname()) {
93459345
$hostname = $this->adapter->getHostname();
93469346
$parts = parse_url($hostname);
9347-
$hostname = $parts['host'] ?? $hostname;
9347+
//$hostname = $parts['host'] ?? $hostname;
93489348
}
93499349

93509350
$tenantSegment = $this->adapter->getTenant();

0 commit comments

Comments
 (0)