question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Default value for flushAfterIdleTimeMillis

See original GitHub issue

Hi, I’m testing the release 0.7 and I have found this diving a bit into the source code of ApnsClient:

private long flushAfterIdleTimeMillis = DEFAULT_WRITE_TIMEOUT_MILLIS;

Shouldn’t flushAfterIdleTimeMillis use DEFAULT_FLUSH_AFTER_IDLE_MILLIS instead as default value?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jchamberscommented, May 2, 2016

Maybe so, but we still do see some improvements in local benchmarks.

0reactions
jorcassocommented, May 2, 2016

I’m thinking that as the channelReadComplete triggers a flush, when the responses from the APNS server are received there will be some extra calls to flush that may prevent to obtain better performance regarding the threshold of maxUnflushedNotifications.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation: 15: 5.2. Default Values - PostgreSQL
A column can be assigned a default value. When a new row is created and no values are specified for some of the...
Read more >
Set default values for fields or controls - Microsoft Support
This article explains how to set a default value for a table field or for a control on a form in an Access...
Read more >
Set the default value for reference filed - ServiceNow Community
Hi all, I have felid(u_group_schedule).I need default value(24*5).This filed reference from cmn_schedule table. Can u help me on that Thank you.
Read more >
Specify default column values | BigQuery - Google Cloud
This page describes how to set a default value for a column in a BigQuery table. ... You can set the default value...
Read more >
Default Values - FormAssembly Resource Center
The default value you define will automatically be entered or selected when a respondent loads a form. Default values can be defined for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found