adityasharma7 commented on pull request #87:
URL: https://github.com/apache/roller/pull/87#issuecomment-842147779
LGTM. Thanks @ymaheshwari1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
adityasharma7 merged pull request #87:
URL: https://github.com/apache/roller/pull/87
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, pleas
adityasharma7 merged pull request #87:
URL: https://github.com/apache/roller/pull/87
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, pleas
adityasharma7 commented on pull request #87:
URL: https://github.com/apache/roller/pull/87#issuecomment-842147779
LGTM. Thanks @ymaheshwari1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
mbien opened a new pull request #88:
URL: https://github.com/apache/roller/pull/88
Noticed that the cache copies its contents twice since flush() + close() are
used in sequence in the entire codebase. CachedContent.close() will now only
update the content if something changed.
+ add