Skip to content

Commit

Permalink
Prevent "iotcat_subcription" script from crashing when a get request …
Browse files Browse the repository at this point in the history
…times out
  • Loading branch information
antonio-goncalves-unp committed Aug 29, 2024
1 parent 6b43008 commit 6ec8510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/iotcat_subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_once __DIR__ . '/log.php';
require_once __DIR__ . '/iotcat_components.php';


set_time_limit(0);
class IoTCat_subscription {
function __construct($token, $iotcat_elements_instances,$base_url ){

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: IoT Catalogue Integration
* Description: Display in WordPress content from IoT Catalogue
* Version: 1.10.1
* Version: 1.10.2
* Author: UNPARALLEL Innovation, Lda
* Author URI: https://www.unparallel.pt
*/
Expand Down

0 comments on commit 6ec8510

Please sign in to comment.