Skip to content

Commit

Permalink
Update jeedom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Sep 20, 2024
1 parent 7a51935 commit 7dfa05e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/demond/jeedom/jeedom.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

const axios = require('axios');
var express = require('express');
const http = require('http');

axios.defaults.httpAgent = new http.Agent({ keepAlive: false });

var Jeedom = {}
Jeedom.log = {}
Expand Down

0 comments on commit 7dfa05e

Please sign in to comment.