Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPS-27772 #5729

Conversation

sergiogonzalez
Copy link

No description provided.

@sergiogonzalez
Copy link
Author

From Igor's comment:

The value of 1000 in portal.properties might not be correct one. This value should be 10-25% larger then total number of minified files (approx).

@ghost
Copy link

ghost commented Jun 19, 2012

Note about LimitedFilesCache. It has 2 way how it can be used: 1) using put(key, File) and 2) using put(fileName). The difference is that in the (1) the File object is cached and the key is not related with the fie name. In the (2) the file itself is not cached, to preserve some memory, therefore, fileName is used as a key.

@brianchandotcom
Copy link
Owner

Merged. Thank you.

View just my changes: sergiogonzalez:bd6266f6ac...3bf7da6
View total diff: fe63bf4...3bf7da6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants