Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
ba1837b5
Unverified
Commit
ba1837b5
authored
3 years ago
by
Tiago D J
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Quick fix to avoid empty slides
parent
7593b05b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/SvgImageCreatorImp.java
+2
-2
2 additions, 2 deletions
...rg/bigbluebutton/presentation/imp/SvgImageCreatorImp.java
with
2 additions
and
2 deletions
bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/SvgImageCreatorImp.java
+
2
−
2
View file @
ba1837b5
...
...
@@ -29,8 +29,8 @@ public class SvgImageCreatorImp implements SvgImageCreator {
private
SwfSlidesGenerationProgressNotifier
notifier
;
private
long
imageTagThreshold
;
private
long
pathsThreshold
;
private
String
convTimeout
=
"
7
s"
;
private
int
WAIT_FOR_SEC
=
7
;
private
String
convTimeout
=
"
60
s"
;
private
int
WAIT_FOR_SEC
=
60
;
private
String
BLANK_SVG
;
@Override
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment