haciendaio / hacienda

Hacienda is the new shiny open source content service - built in Manchester, UK
GNU Affero General Public License v3.0
73 stars 10 forks source link

Replace Thread.exclusive with Mutex #17

Closed arunvelsriram closed 2 years ago

arunvelsriram commented 7 years ago

Thread.exclusive method is deprecated in Ruby 2.3. Whenever Git tries to pull the latest content inside the critical section, Sinatra raises a warning. The suggested way is to use Mutex.

Thanks, Arun / Vaishnavi

mmircea16 commented 2 years ago

Archiving the repo