Updated gam <UserTypeEntity> print|show filecounts

This commit is contained in:
Ross Scroggs
2024-07-15 11:35:02 -07:00
parent bb65265930
commit 83117a1eca
7 changed files with 29 additions and 24 deletions

View File

@@ -216,7 +216,7 @@ SECONDS_PER_DAY = 86400
SECONDS_PER_WEEK = 604800
MAX_GOOGLE_SHEET_CELLS = 10000000 # See https://support.google.com/drive/answer/37603
MAX_LOCAL_GOOGLE_TIME_OFFSET = 30
SHARED_DRIVE_MAX_FILES_FOLDERS = 400000
SHARED_DRIVE_MAX_FILES_FOLDERS = 500000
UTF8 = 'utf-8'
UTF8_SIG = 'utf-8-sig'
EV_GAMCFGDIR = 'GAMCFGDIR'