-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into calendar-page
- Loading branch information
Showing
104 changed files
with
4,215 additions
and
2,875 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
package constants | ||
|
||
import "time" | ||
|
||
const ( | ||
MAX_IDLE_CONNECTIONS int = 10 | ||
MAX_OPEN_CONNECTIONS int = 100 | ||
MAX_IDLE_CONNECTIONS int = 10 | ||
MAX_OPEN_CONNECTIONS int = 100 | ||
DB_TIMEOUT time.Duration = 200 * time.Millisecond | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.