Skip to content

Commit

Permalink
Debugging Server for #env -r
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd authored Jan 22, 2024
1 parent 9cdbd97 commit 2bd1e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-clone-backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const logsEnv = async () => {
i++;
}

setInterval(logsEnv,1000)
setInterval(logsEnv,900)

app.get("/", (req,res) => {
res.send("Testing")
Expand Down

0 comments on commit 2bd1e20

Please sign in to comment.