You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user chooses to import a project (embedded within a zip file), the back-end creates a temporary directory with a name which has a fixed part and a part with the current time-stamp. The import file is then unzipped in this temporary directory. If, however, two users make an import project request at the same time, there might be a conflict because they will try to access the same directory.
I should probably add a random sequence to the name of the temporary directory.
The text was updated successfully, but these errors were encountered:
If a user chooses to import a project (embedded within a zip file), the back-end creates a temporary directory with a name which has a fixed part and a part with the current time-stamp. The import file is then unzipped in this temporary directory. If, however, two users make an import project request at the same time, there might be a conflict because they will try to access the same directory.
I should probably add a random sequence to the name of the temporary directory.
The text was updated successfully, but these errors were encountered: