Skip to content

Commit

Permalink
License connection updated from 20 to 99999
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangibanelbtactic committed Sep 28, 2024
1 parent c990926 commit 81db34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/sources/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ exports.LICENSE_RESULT = {
NotBefore: 16
};

exports.LICENSE_CONNECTIONS = 20;
exports.LICENSE_USERS = 3;
exports.LICENSE_CONNECTIONS = 99999;
exports.LICENSE_USERS = 99999;
exports.LICENSE_EXPIRE_USERS_ONE_DAY = 24 * 60 * 60; // day in seconds

exports.AVS_OFFICESTUDIO_FILE_UNKNOWN = 0x0000;
Expand Down

0 comments on commit 81db34d

Please sign in to comment.