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
On systems having over a thousand tickets the current spool directory can become slow on some filesystems. We should split the code for creation and accessing a ticket ID so that:
ticket creation splits the spool directory into subdirectories starting with the ticket prefix
ticket access checks for those subdirectories
essentially mirroring the current git object hierarchy.
The text was updated successfully, but these errors were encountered:
On systems having over a thousand tickets the current spool directory can become slow on some filesystems. We should split the code for creation and accessing a ticket ID so that:
essentially mirroring the current git object hierarchy.
The text was updated successfully, but these errors were encountered: