diff --git a/AUTHORS.md b/AUTHORS.md
index eae6d65dc4f0587f37f6141873beaa84137ace01..e2c5539d43789fbd6904ddf9c1ec7990ee0e75d0 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -81,6 +81,7 @@ Sharan Banagiri
 Shichao Wu
 Simon Stevenson
 Soichiro Morisaki
+Soumen Roy
 Stephen R Green
 Sumeet Kulkarni
 Sylvia Biscoveanu
diff --git a/bilby/core/sampler/dynesty.py b/bilby/core/sampler/dynesty.py
index d8910a90787358153ab7b13669e30c43bda6e6b0..c2d88d5fcc2f38ee21936958e60fd3f430526215 100644
--- a/bilby/core/sampler/dynesty.py
+++ b/bilby/core/sampler/dynesty.py
@@ -735,6 +735,7 @@ class Dynesty(NestedSampler):
                 self.sampler.nqueue = -1
                 self.start_time = self.sampler.kwargs.pop("start_time")
                 self.sampling_time = self.sampler.kwargs.pop("sampling_time")
+                self.sampler.queue_size = self.kwargs["queue_size"]
                 self.sampler.pool = self.pool
                 if self.pool is not None:
                     self.sampler.M = self.pool.map