Skip to content

stakiran/test_previewlimitsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test_previewlimitsize

What is the limit size of text not to be previewed on GitHub.com repo?

Conclusion

Just more over 1MB.

Steps

    1. 1024*1024-(24+1) = 1048551
    1. python -c "print 'a'*1048551" > 1048551.txt
    1. Add the content of 2. to skeleton.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages