Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
add small comment
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <yonle@lecturify.net>
  • Loading branch information
Yonle committed Nov 12, 2023
1 parent 392087a commit 6b6547d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bouncer/bouncer1.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const csess = new Map();

const pendingEOSE = new Map(); // per sessID
const reqLimit = new Map(); // per sessID
const searchQuery = new Map();
const searchQuery = new Map(); // per sessID

// Handle database....
sess.unsafeMode(true);
Expand Down
2 changes: 1 addition & 1 deletion bouncer/bouncer2.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const csess = new Map();

const pendingEOSE = new Map(); // per sessID
const reqLimit = new Map(); // per sessID
const searchQuery = new Map();
const searchQuery = new Map(); // per sessID

// Handle database....
sess.unsafeMode(true);
Expand Down

0 comments on commit 6b6547d

Please sign in to comment.