Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simulator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pg-andi
Simulator
Merge requests
!132
An error occurred while fetching the assigned milestone of the selected merge_request.
Feature #500 add message ttl
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Feature #500 add message ttl
feature-#500-add-message-TTL
into
master
Overview
9
Commits
11
Pipelines
7
Changes
2
Merged
Feature #500 add message ttl
Ghost User
requested to merge
feature-#500-add-message-TTL
into
master
Aug 17, 2017
Overview
9
Commits
11
Pipelines
7
Changes
2
0
0
Merge request reports
Compare
master
version 7
9aedb07f
Aug 18, 2017
version 6
ed672e70
Aug 18, 2017
version 5
091168f6
Aug 18, 2017
version 4
091168f6
Aug 18, 2017
version 3
f9002563
Aug 18, 2017
version 2
66d00894
Aug 17, 2017
version 1
cf5b484e
Aug 17, 2017
master (base)
and
latest version
latest version
b5c91021
11 commits,
Aug 18, 2017
version 7
9aedb07f
10 commits,
Aug 18, 2017
version 6
ed672e70
9 commits,
Aug 18, 2017
version 5
091168f6
5 commits,
Aug 18, 2017
version 4
091168f6
5 commits,
Aug 18, 2017
version 3
f9002563
4 commits,
Aug 18, 2017
version 2
66d00894
3 commits,
Aug 17, 2017
version 1
cf5b484e
2 commits,
Aug 17, 2017
2 files
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/core/Message.java
+
1
−
1
View file @ b5c91021
Edit in single-file editor
Open in Web IDE
Show full file
@@ -42,7 +42,7 @@ public class Message implements Comparable<Message> {
private
double
timeReceived
;
/** The time when this message was created */
private
double
timeCreated
;
/** Initial TTL of the message */
/** Initial TTL of the message
in minutes
*/
private
int
initTtl
;
/**
Loading