Skip to content

Commit 3209881

Browse files
committed
deactivated ipfs due to bugs
1 parent 881cbed commit 3209881

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/GraphJS/Controllers/UploadController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ private function getIPFSClient()
8383

8484
private function isIPFSActive(): bool
8585
{
86+
return false; // inactive while it's cooking
8687
$hostname = getenv('IPFS_HOSTNAME');
8788
$port = getenv('IPFS_PORT');
8889
$api_port = getenv('IPFS_API_PORT');

0 commit comments

Comments
 (0)