Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
cd98a0fd
Kaydet (Commit)
cd98a0fd
authored
Eyl 20, 2016
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#102295: The relaxed values were actually too pessimistic.
Change-Id: Ia117ae4a60a10994f3c59316e8c9a161aa8e5baf
üst
1ea987f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OpenGLHelper.cxx
vcl/source/opengl/OpenGLHelper.cxx
+2
-2
No files found.
vcl/source/opengl/OpenGLHelper.cxx
Dosyayı görüntüle @
cd98a0fd
...
...
@@ -827,8 +827,8 @@ void WatchdogTimings::relax()
{
osl
::
MutexGuard
g
(
maMutex
);
maDisableEntries
[
0
]
=
180
;
/* 4
5s */
maDisableEntries
[
1
]
=
180
;
/* 4
5s */
maDisableEntries
[
0
]
=
60
;
/* 1
5s */
maDisableEntries
[
1
]
=
60
;
/* 1
5s */
maAbortAfter
[
0
]
=
240
;
/* 60s */
maAbortAfter
[
1
]
=
240
;
/* 60s */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment