-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
For a "shared" folder , the quota is increased many times.
- When the file is originally uploaded.
- When the file is synced by other clients.
Thus , if the file which is shared is downloaded "N" times , the quota is increased in multiples of N+1's times the file size.
Also, the "quota_used_real" field in "user1" table is always 0. Is this expected behavior?
Also, getting follow error in logs:-
ERROR PostgresqlDAO:65 - org.postgresql.util.PSQLException: ERROR: value too long for type character varying(100)
ERROR Handler:603 - com.stacksync.syncservice.exceptions.dao.DAOException: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(100)
ERROR SyncServiceImp:117 - java.lang.NullPointerException
Can you please provide pointers to solve these errors?
Metadata
Metadata
Assignees
Labels
No labels