Skip to content

Commit

Permalink
fix buffer time
Browse files Browse the repository at this point in the history
  • Loading branch information
tastelessjolt committed Dec 11, 2018
1 parent 1a4ed46 commit eca5f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/blocs/placement_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PlacementBlogBloc {

PlacementBlogBloc(this.bloc) {
_indexController.stream
.bufferTime(Duration(milliseconds: 5000))
.bufferTime(Duration(milliseconds: 500))
.where((batch) => batch.isNotEmpty)
.listen(_handleIndexes);
}
Expand Down

0 comments on commit eca5f0d

Please sign in to comment.