Explorar el Código

[ruby/roda-sequel] Set timeslice to 10ms (#10075)

Petrik de Heus hace 3 semanas
padre
commit
f5eee1c9e4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      frameworks/Ruby/roda-sequel/roda-sequel.dockerfile

+ 1 - 0
frameworks/Ruby/roda-sequel/roda-sequel.dockerfile

@@ -4,6 +4,7 @@ ADD ./ /roda-sequel
 WORKDIR /roda-sequel
 
 ENV RUBY_YJIT_ENABLE=1
+ENV RUBY_THREAD_TIMESLICE=10
 
 # Use Jemalloc
 RUN apt-get update && \