I am using natbib to manage my references, and I have a problem: I want to limit the number of authors displayed in the bibliography to 5 authors 'et al', but my reference list always displays all author names of an article.
The options I have for natbib are as follows:
\usepackage[square,sort&compress,sectionbib]{natbib}
With biblatex I could use:
\usepackage[maxnames=5]{biblatex}
but seems it is not compatible with natbib.
Is there a similar option for natlib?
Thanks in advance for your help.
EDIT1
I am using Overleaf, so I don't think I can change the hardcoded values. Bibliography stile is \bibliographystyle{francaissc}
EDIT2
I saw natbib: how to display partial authors in reference but I don't like very much thesolution (at the end remove manually the authors). It would be a pain as there are hundreds of citations in my bibtex file, and as I tis not determined how much authors I will have to let at the end.
Any idea how to do it?
EDIT3 My message was marked as a possible duplicate of natbib: how to display partial authors in reference but there is NO SOLUTION provided inside this message.

natbiboption. It will depend on the.bst/\bibligraphystyleyou use. Normally the cut-off values are hard-coded there. – moewe Mar 12 '18 at 16:02natbibis primarily a citation management package. It's not involved in the details of how bib entries are formatted (incl truncation decisions for long author lists). – Mico Mar 12 '18 at 16:05Bibliography stile is \bibliographystyle{francaissc}
– johnbell1212 Mar 12 '18 at 16:36