Changed pollrate

This commit is contained in:
Donny 2024-08-30 10:24:37 -06:00
parent 720ad56a7a
commit 1ce3dbadc9

5
app.js
View File

@ -15,9 +15,6 @@ const dbpassword = process.env.DBPASSWORD || "U&P7UH1mhRG@JF2K";
const db = process.env.DB || "LicenseTracker";
let pollRate = "1000"; //Initialize the value
// Database details
const pool = mariadb.createPool({
host: "192.168.2.56",
@ -27,7 +24,7 @@ const pool = mariadb.createPool({
});
//Initialize pollrate variable
let pollrate = 5000; // 5 Seconds
let pollrate = "5000"; // 5 Seconds
//Api Key
const token = "&v94gt8ZHFTTTeuT";