Skip to content

Commit

Permalink
Allow renewals for books which have been out for up to four weeks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibolay committed Dec 2, 2022
1 parent b22d065 commit 9966337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
"checkout": {
borrowDays: 29,
renewalDays: 29,
renewalLimitDays: 15,
renewalLimitDays: 29,
},

"fonts": {
Expand Down

0 comments on commit 9966337

Please sign in to comment.